Hi
Is it necessary to upload php files a binary format. I've put it on Auto-Detect in CuteFtp.
I've this problem dat i get junk HTML characters e.g. size="2" color="blue" . This problem happens rarely & only when i'm using sessions in my page. When this probs happens I refresh lot of times my page so tht its back to normal. I've put Session_start after the start of <?PHP. What could b the problem. I've even set my browser to look for new page every visit n set the history to 1 day. I do not get this problem at all when I'm running my scripts on Personal Web Server on my pc. I get this problem only when i upload it to the server.
I use plain HTML to make tables, give font face ,colors, etc. In the sense i dont use echo "<p align=\"center\"><font size=\"4\">Member Login</font></p>\n";
I use PHP code whnever ive to retrieve from the Database. E.g.: <td><? echo $row["userid"]?>
What can the problem be. Please let me know. How i can solve this problem. DO I've to upload my php files as Binary ???
Thanx in advance!
Yusuf