Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #3K
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for otengkwaku

It looks as if the outermost function getDataFromUrl does not return anything.

Member Avatar for otengkwaku
0
187
Member Avatar for darylglenng

1) in the function upper(), write field.value = field.value.toUpperCase() instead of toUppercase() 2) write an equals sign between name and "submit": <input type=submit name="submit" value="Submit!">

Member Avatar for radhakrishna.p
0
226
Member Avatar for Member #949455

It looks like the function "operation" is never called. By comparision with the earlier example, you might want to rename it to "sandwich". => Sorry; only read half of the rotten69 reply...

Member Avatar for Member #949455
0
150
Member Avatar for dean.ong.14
Member Avatar for jwer
0
98
Member Avatar for sarah49

I suspect you should quote the index values of the $_POST's, like this: ('$_POST["username"]','$_POST["pwd"]','$_POST["mail"]','$_POST["Address"]','$_POST["Phone"]

Member Avatar for broj1
0
237
Member Avatar for harsha.netpem

You are running an update query, and pass the return value of mysql_query into mysql_fetch_array. So, as per the manual text below, you pass a boolean into mysql_fetch_array, not a record set. Hence the error message. http://php.net/manual/en/function.mysql-query.php For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, mysql_query() returns a …

Member Avatar for thilipdilip
0
886

The End.