No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi all, Please paste here the error you find inside the following file, xampp/apache/logs/error.log Before posting it there, clear everything from this file and restart the xampp server. And then see whether you get any error here or not :-) Thanks, Akshat
Hi MisterX, You can use the following plugin [url]http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/[/url] Its a very good one. And easy to use also. Thanks. Akshat Goel Editor, <SIGNATURE SNIPPED>
Ideally saying this code should work (just tried this). Are you sure, that SELECT query is returning any data. Do one thing, write something like [CODE]echo "blabla..";[/CODE] Inside the while loop to check if it is really returning any rows.
I suppose its for the better brand value. It creates a recognition in the minds of visitors. And also the websites with FavIcons look more professional.
Hi, [B]intval[/B] function will definitely parse text to number. The second error you are stating, is coming because you are not using ' (single inverted comma) around the text you are passing into the mysql_query. It should have been like this [CODE]$sql="insert into shop Values('$_POST[name]','$_POST[city]','$_POST[state]',$p,'$_POST[coun]',$m,$c,$i,'$_POST[email]','$_POST[un]','$_POST[pass]','$_POST[add]')" ;[/CODE] Thanks, Akshat
The End.
akshatgoel