|
|
|
|
![]() ![]() |
Aug 9 2004, 10:00 AM
Post
#11
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 114 Joined: 9-August 04 From: Suzhou Jiangsu China Member No.: 743 |
Mine: WIN98+OMNIHTTPd Professional 2.10+PHP4
|
|
|
|
Aug 13 2004, 05:06 AM
Post
#12
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 13-August 04 Member No.: 786 |
is there the programme "dreamweaver" in your country??
i make use of it to test the code |
|
|
|
| prodigy |
Aug 21 2004, 09:21 AM
Post
#13
|
|
Guests |
I just use mozilla to preview my php code from my computer if idont upload it.
|
|
|
|
Sep 2 2004, 08:30 PM
Post
#14
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 33 Joined: 2-September 04 From: Norway Member No.: 986 |
QUOTE(ivepanda @ Aug 13 2004, 05:06 AM) is there the programme "dreamweaver" in your country?? i make use of it to test the code How do you test with that... I just get it to check code-syntax not that the code are working. I think there are some php-editors that have a builtin debuger... but have not found one yet. |
|
|
|
Sep 14 2004, 07:45 PM
Post
#15
|
|
|
Picture About Old Object ![]() ![]() Group: Members Posts: 36 Joined: 14-September 04 Member No.: 1,119 |
I Upload my Web On my host And Test my code
I dont like to setup apache Server |
|
|
|
Sep 14 2004, 08:53 PM
Post
#16
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 26 Joined: 14-September 04 Member No.: 1,116 |
If you don't want to configurate the server your self download easyphp it setup php, apache and mysql automatically ....
uploading files to your host after every changes is just a waste off time.... |
|
|
|
Sep 21 2004, 07:39 PM
Post
#17
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 17 Joined: 16-September 04 Member No.: 1,132 |
The easyest way is to test it on your own server. There is a installation file that you can download that installs Apache, PHP, MySQL, Perl, FTP, and more in just a click. Let me see if i can find it...
|
|
|
|
Sep 21 2004, 07:47 PM
Post
#18
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 17 Joined: 16-September 04 Member No.: 1,132 |
Click Here
Once you get it downloaded, save the php scripts to C:\directory_installed_in\htdocs\test.php Then, open your favorite webbrowser and type in the address: localhost/test.php Now you can see if it works... |
|
|
|
Sep 30 2004, 05:35 PM
Post
#19
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 34 Joined: 29-September 04 Member No.: 1,335 |
I just use it straight off, and fix any exploits while the site is up.
|
|
|
|
Sep 30 2004, 09:59 PM
Post
#20
|
|
|
Unknown Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 90 Joined: 27-September 04 From: this f**king world Member No.: 1,293 |
I'm using local host but the other way not using a remote host is using following applications (not freeware):
Zend Studio Client NuSphere PHPEd with above applications you can debug your code. there's other php editrors with built-in compiler as well. |
|
|
|