Jquery post not working when adding database conneciton -
https://www.youtube.com/watch?v=gnmgpmamlva
i've uploaded video in youtube shows problem well. run app either way , without database connection. no problem without db connection problem persists me when add db connection. can please suggest , guide me right direction? i'll grateful....
i can't comment post, write there.
you have check connection:
$connection = @mysql_connect('localhost', 'user', 'pass') or die('error: '.mysql_error());
it show errors if exist. or put echo "some text" between each line.
Comments
Post a Comment