Re: [PHP] How to built desktop applications.

2004-04-05 Thread Alireza Balouch
It's easy... Al you have to do is call the php script like: php4 mydesktopscript.php and use other languages like TCL/TK to have some GUI on your script.. but i would rather learn my self C instead of using php for Desktop app. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I

[PHP] Re: Extension problem

2004-04-05 Thread Alireza Balouch
It's apache that runs the php script it must some how know that this is a script file.. and the way you tell the apache to run the script is by the extention (.php) since .html is not an serverside script, apache dont nead to run that before sending it. but you can declare that in apache.conf

[PHP] Re: thumbnail problems

2004-05-10 Thread Alireza Balouch
just turn on the error report on php and look for errors.. and if you use @ in front of any method, take it away.. I think you've got some error on your script that dosent show Ninti Systems [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've searched the archives on this and, while

[PHP] Re: a 4 days diary

2004-06-25 Thread Alireza Balouch
since there aren't much data you can do something like this: 1 . make db table tableName id INT title VARCHAR(30) Data TEXT timestamp VARCHAR(30) 2. just dump the data you get from the user into a db.. 3. when you are ready to get the data back for view from database you can simply