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
This function is usefull for peoples with a link directory where the links are stored inside a (MySQL) database. The PHP script is easy to use to find out if a reciprocal link still exists on the corresponding webpage. It takes care about the trailing slash in urls and can …
[QUOTE=vssp]Hi Friends I got very big issue I hope some one can solve my issue!! How to write the new line in existing pdf file ? I am using third party library file libphp_pdf.dll its working in linux machine only. I am try to configure windows machine i got the …
I think you'r are including a complete webpage. Remember it's not valid to have several html, head and body elements. just check the source of you category.php file greetz Olaf
check this example query: $categories = mysql_query("SELECT prodGroup, product_categ.naam, product_categ.id FROM productdetails, product_categ WHERE categorie = product_categ.id GROUP BY categorie ORDER BY prodGroup, categorie") is based on the same idea. Olaf
Hello, first place the the insert statemen at the top of your script. use an echo in front of the insert statement to debug if the values are filled. Olaf
The End.
olaf