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 #22.6K
Ranked #4K
~2K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for SJai

could you explain it better? i didn't got it... do you want to access some PHP $variables inside the .js file?

Member Avatar for FlashCreations
0
1K
Member Avatar for takeshi

try to use mysql_num_rows instead mysql_numrows here: [CODE] if(!$result || (mysql_num_rows($result) < 1)){ return 1; //Indicates username failure } [/CODE] and here: [CODE] if(!$result || (mysql_num_rows($result) < 1)){ return 1; //Indicates username failure } [/CODE] and try to fetch the result to fill $dbarray like this: [CODE] $result = mysql_query($q, …

Member Avatar for takeshi
0
137
Member Avatar for dmorrison2
Member Avatar for SKANK!!!!!
0
167
Member Avatar for amitverma

It's because you miss the jQuery Callback function: [CODE] $(function() { $("#submit_js").click(function() { $.post("user_submit.php", {comment: $("#comment").val() }, function(fn) { alert (fn); } ); }); });[/CODE] be sure that the POST data is being posted... see in firebug the post data.. check step by step... if you don't figure it out, …

Member Avatar for furutani
0
217
Member Avatar for greeeny

you should redirect your domain to the free hosting... and place the .php file there...

Member Avatar for furutani
0
184
Member Avatar for jino

The End.