GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Sub-Forums : MySQL / PHP Forum Search this Forum
  Forum Last Post Threads Posts
28 57

Post New Thread
Threads in Forum : MySQL / PHP Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
 
by Pulaskee
I am an amateur at coding so please forgive the probable naivety of this question. Let me try to describe what it is i am trying to do. I have a table that is being populated by crew via the post method through a html page. The table has ID(auto) Time Invoice Amount Paid. Next i have a page...
05-Nov-2009 16:19
by Pulaskee Go to last post
14 189
 
by ebinz
Hi , i m new to php, m doin a School project and i'm having a problem with "Parse error: parse error, expecting `T_VARIABLE' or `'$'' in C:\wamp\www\poll\connect.php on line 30" i ve tried many ways to eliminate this problem still cannot, so kindly help me Ebin
02-Nov-2009 20:36
by admin Go to last post
1 42
 
by bloody0986
Well, I want to make my login more secure by using Salt and Pepper. An encryption thing. Anyway, I need help adding it to encrypt "Password" on "Login" and "Register". Login: <?php include "./inc/nliheader.php"; if(isset($_POST)){ $username = $_POST;
05-Oct-2009 06:47
by bloody0986 Go to last post
0 128
Question
by MacForMore
I'm working some samples, learning PHP, and I can't get the heredoc construct to output multiline text in the browser. My samples come from an O'Reilly book and various websites. Am I doing something wrong? I'm a mac newbie doing this in Netbeans on the mac with MAMP 1.8.2 installed. Mamp has...
04-Oct-2009 14:16
by davekw7x Go to last post
1 98
 
by bloody0986
I've tried fixing this numerous times, using my basic knowledge of PHP and some Googling. Haven't fixed it yet. =/ Any help? Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING on line 228. <?php include "./inc/header.php"; $result =...
02-Oct-2009 20:16
by bloody0986 Go to last post
2 83
Smile
by sjcosh
Can someone please help with the below code. <tr> <td>Application:</td> <td><select name="application"> <option value="<?php echo $appid; ?>"><?php echo $appname;?></option>"; <?php //for each row we get from mysql, echo a form input while ($row = mysql_fetch_array($rsapps)) {
29-Sep-2009 19:17
by sjcosh Go to last post
2 99
 
by jrobbio
I was looking around for some PHP scripts for my site to play about with and I found this: (I'm not expecting you to read it all lol just skip past it) <? //(C) copyright Metalhead 2002 //This script is released under the terms of the GNU General Public License. A copy of the GPL is included with...
11-Sep-2009 09:17
by NoiadoX Go to last post
4 7,041
Question
by realdammy
can you just tell me how to make a php forum to my webpage
05-Sep-2009 07:46
by realdammy Go to last post
0 82
 
by ukrspp21
Dear All I am trying to create a form in which users can update their prefrences, Address, Phone no., contact prefrence etc. The code I am using is below. The code is very scrapy but I have been trying many things. I am trying to check whether a field in a form contains any data if so update...
02-Sep-2009 20:42
by TurboPT Go to last post
33 74,851
Smile
by dinno
Hello everyone I have a problem with my upload when uploading I get this this message. File has been uploadet: tastetur.jpg You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(billede,tekst)...
21-Aug-2009 06:42
by dinno Go to last post
4 132
 
by jordanske
can some1 help with this , i got an error Notice: Undefined index: id in C:\wamp\www\test\loginindex.php on line 2 Notice: Undefined index: login in C:\wamp\www\test\loginindex.php on line 5 its not only this script , i got this error on every script , i got this cms website from skillms cms...
19-Jul-2009 16:44
by MisterChucker Go to last post
1 272
 
by RichiT81
Hi, I am new to this, I am using a Head First PHP & MySQL book and am working on my second task which is inserting data entered via a web form into a MySQL database. I have tested the MySQL statement direct in an SQL query and it works fine, but when ever i submit the form I get the following...
16-Jul-2009 07:12
by TurboPT Go to last post
1 143
 
by seaders
I'm using GD2 with PHP 5.2.9.2 and I'm trying to create a dynamic compass type thing. What I'd like is simply an arrow image that will change where it's pointing based on the ?=rotate get variable I pass to it. Problem is that because the image is square, imagerotate (the function I'm using)...
19-Jun-2009 18:58
by Blake Go to last post
2 186
 
by fakepoo
Hello all, I am semi-new to SQL and am trying to build a query. I have two tables: RouteID: int Status: int MeterID: int
12-Jun-2009 08:53
by fakepoo Go to last post
4 355
 
by Mexican Bob
I'm looking to create a generic, PHP daemon type service that basically is a repeater with some processing. The idea is that it takes a data stream from a connected client and then sends that data to each other client connected to the server. Since I don't know PHP worth a damn, does anyone have...
05-Jun-2009 19:50
by Mexican Bob Go to last post
2 531
 
by khushal_kkk
i want to add an upload feature to my website but am getting some issues following is my code i want the files which are uploaded by the users are getting stored in the "uploads" folder but the following code doesn't do that solve my issues <?php if($_POST == "1") { $to =...
26-May-2009 01:01
by MisterChucker Go to last post
1 180
 
by vikrantpatil
Hello, We have a 1 GB Linux box on which we have observed that MySQL consumes almost entire available physical memory. We increased the Swap memory from 1 GB to 3 GB hoping that MySQL will start using the swap memory along with RAM. What we observed though was that the swap memory was hardly used...
20-May-2009 11:21
by vikrantpatil Go to last post
2 293
 
by hellz
hi all , Im trying to create an insert query which inserts information that a user has inputted thru a form. This is what i currently have but doesn't work. I have a generally form and i have double checked the names to make sure they are correct and then on the page the action address on the form...
17-May-2009 18:00
by hellz Go to last post
1 196
 
by lanz
Hi there! I'm still a beginner coding in both PHP and SQL (theoretical stuff mostly) and I was hoping someone could possibly help or nudge me in the right direction with the 'application' I'm trying to create. So basically I'd like to upload a CSV file and enter the information into a MySQL...
26-Apr-2009 01:59
by lanz Go to last post
14 632
 
by labanj
Hi. Please I need some help from someone out there. I just set up Apache, MySQL and PHP on my Windows machine. Dont every configuration I know of yet I get this error 404 message when I try to test the development environment. Not Found The requested URL /test.php was not found on this...
19-Apr-2009 11:06
by admin Go to last post
1 246
Post New Thread

Recent GIDBlogProgramming ebook direct download available by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 869 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 08:51.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.