HI,
I'm new to PHP. I downloaded and installed Dev-PHP and now I'm trying to understand how it works...
I created a new .php document and included an example script (one of those clicking the right button);
then I checked the syntax but Dev-PHP showed a message (errors were detected...).
I didn't touch the script so I suppose I've done something wrong but what?
I didn't find any help in the help menu so I'm asking you if there is a on-line tutorial.
Sorry for the low-level question, but this is a new world for me.
Thanks in advance.
Stefano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-12-17
i am new to at this want to make a stats program for madden 2004
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, PHP is a complete OOP programming language. It is not that easy to just 'point and click' There is a complete language reference/course at the programing language's site, http://www.php.net .
Also, if you post the script, I might be able to find the problem ;-)
Christian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I create a simple html page with a link containing some GET data. I look at the contents of the HTTP_GET_VARS and nothing is there? I'm not a newbie to html or php, but I am new to dev-php. I have register_globals = on
and register_long_arrays = on and register_argc_argv = on, changed these trying to get it to work. It is just a default installation of dev-php. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI,
I'm new to PHP. I downloaded and installed Dev-PHP and now I'm trying to understand how it works...
I created a new .php document and included an example script (one of those clicking the right button);
then I checked the syntax but Dev-PHP showed a message (errors were detected...).
I didn't touch the script so I suppose I've done something wrong but what?
I didn't find any help in the help menu so I'm asking you if there is a on-line tutorial.
Sorry for the low-level question, but this is a new world for me.
Thanks in advance.
Stefano
i am new to at this want to make a stats program for madden 2004
Well, PHP is a complete OOP programming language. It is not that easy to just 'point and click' There is a complete language reference/course at the programing language's site,
http://www.php.net .
Also, if you post the script, I might be able to find the problem ;-)
Christian
for all germans a small tutorial: http://www.schattenbaum.net/php/anfang.php
I create a simple html page with a link containing some GET data. I look at the contents of the HTTP_GET_VARS and nothing is there? I'm not a newbie to html or php, but I am new to dev-php. I have register_globals = on
and register_long_arrays = on and register_argc_argv = on, changed these trying to get it to work. It is just a default installation of dev-php. Thank you.