PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Any
Platform
Any
License
Any
Firstly, I am totally new to PHP!
I am setting up my own website (www.mainurl.com) which has two aliases set up for it(www.alias1.com and www.alias2.com). I would like the websites index page to...
Try http://www.php.net This is, I think, the main resource for all things PHP. I am just starting with PHP myself so be a little scepticle of my posts on this subject :-)
Regards
Robin
: Hi...
Hi guys,
I am planning to learn PHP. I know C/C++, Java. Could someone please let me know to go about it? I want to know about all the requirements to run a PHP script on my personal computer as...
: : Which missing functions? I've never needed to do anything I couldn't manage with the various things that Perl provided. Note that a match is just done like:-
: : if ($val =~ /pattern/) {
: : ....
: Thanks your pseudocode clarified what was said on the PHP board. I also found a PHP version of flock() so I don't even have to write a perl script!
:
: (Not that I don't like Perl - I just like...
Thanks your pseudocode clarified what was said on the PHP board. I also found a PHP version of flock() so I don't even have to write a perl script!
(Not that I don't like Perl - I just like to be...
I'm stuck (again). Here is my problem: I need to store files which a user uploads to the server in a specified directory and with a 'sensible' name, ie one that I create. What I want to do is create...
: Which missing functions? I've never needed to do anything I couldn't manage with the various things that Perl provided. Note that a match is just done like:-
: if ($val =~ /pattern/) {
: ...
:...
This message was edited by sinelaw at 2004-12-25 18:53:57
The whole file is just the PHP codes.
How is it possible to send the header in the file when the top of the file is the PHP codes?
Also,...
Hi,
I'm a hobby programmer who has a bit of experiance writing PHP. However, I want to learn new programming languages, and Perl is one that struck out at me.
My simple question is:
How much...
: I am relatively new to php programming and just beginning to mess with MYSQL. I have several forms that are in PHP format and currently the results are going into my email, however, I would like...
:Any ideas on where to start for getting PHP to FTP stuff?
Check out the FTP functions at:
http://uk.php.net/manual/en/ref.ftp.php
These will let you do FTP's with PHP.
You could create a...
Little bit of a n00b to php.
I'm stuck! I have a form which contains a listbox from eg
test
test2
....
I got told to make the...
Try installing php, mysql and apache separately 'from scratch' without using the third party software phpTriad (there could be something wrong with it).
You can get php @ www.php.net
" " "...
I am at the end of my rope on this one. I have taken the following steps in an attempt to resolve this:
Verify that your installation of PHP has been compiled with mysql support. Create a test web...
it seems like php is trying to escape single quote characters and double quote characters in post input (probably get as well).. anyone know why it would do that? im new to php, and it obviously...
I've just started developing in PHP properly now and have so far managed to get my scripts to run on linux with apache.
However I was asked to start a project and unfortunately the computers which...
I go to www.dabu4u.com/rsh/forums and there is a game on there (the army system link at the top of the page) that has a lot of errors. The person who made it refuses to fix it. If someone would...
hello, can anyone help me, I need to create a .htaccess file to enable sessions for a website I am making. My webhost provider apache server by default has sessions disabled for php, I was told by...
It's ok, I found another solution... 2D array!!
: : I know I can pass an array of data in HTML form, but how do I pass array of objects?
: :
: :
: : $jobs=$_POST; where the class is "job...