Search found 1 match

by persia
Thu Aug 13, 2009 6:46 am
Forum: PHP - Code
Topic: while and fopen problem
Replies: 0
Views: 91

while and fopen problem

Hi everyone, I am trying to make static html page from dynamic b2b cms for SEO, I wrote the following script for create Html files of products list of each user:   // Start Company Name $result=mysql_query("SELECT es_company_name FROM db_profile where es_uid=$userid",$db); $company_name=&q...