| | |
Basic question
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Jul 2007
Posts: 47
Reputation:
Solved Threads: 1
Hello everyone,
I'm new to PHP and having a very basic problem of instaling the web server correctly.
Now,I tried to run PHP 5.2.9 ,
The instalation program asked me to choose a web server and for not having much understanding in this I chose apache 2.
The problem was that the instalation didn't found some ini DLL and said I have to adjust the web server manualy(I'm not sure whether I even had it instaled or not).
When I try to run PHP it also says it can't find some OCL DLL.
I used the instalation pack from the following site:
http://www.php.net/downloads.php
is it any good?
does it include the web server or I have to install it separatley(and what web server would be good for me?)?
And also,can anyone please direct me to a simple php instalation that will allow me to run php pages so I can follow the tutorial and progress in php programing(some "PHP instalation for begginer dummies" would be great)?
For technical data:
I work on Windows XP,the computer is celeron 633MHZ.
Thank you,
A.
I'm new to PHP and having a very basic problem of instaling the web server correctly.
Now,I tried to run PHP 5.2.9 ,
The instalation program asked me to choose a web server and for not having much understanding in this I chose apache 2.
The problem was that the instalation didn't found some ini DLL and said I have to adjust the web server manualy(I'm not sure whether I even had it instaled or not).
When I try to run PHP it also says it can't find some OCL DLL.
I used the instalation pack from the following site:
http://www.php.net/downloads.php
is it any good?
does it include the web server or I have to install it separatley(and what web server would be good for me?)?
And also,can anyone please direct me to a simple php instalation that will allow me to run php pages so I can follow the tutorial and progress in php programing(some "PHP instalation for begginer dummies" would be great)?
For technical data:
I work on Windows XP,the computer is celeron 633MHZ.
Thank you,
A.
I'll second that (sorry, third that) - XAMPP is my dl of choice. As an extra 'goodie', download the community version of SQLyog from webyog to give MySQL a nice GUI (easier than phpMyAdmin).
Last edited by ardav; Jun 8th, 2009 at 6:08 pm.
If you don't reply to your own thread or you can't find the solved link - you're off my Christmas list - permanently! Bah humbug!
As an alternative to that (albeit, a rather radical one), you could try setting up a Linux system! 
Ubuntu is good.
Setting up Apache with PHP on Ubuntu is as simple as opening up a terminal and typing:
There is also a GUI package manager that you could use instead, if your not into using a terminal

Ubuntu is good.
Setting up Apache with PHP on Ubuntu is as simple as opening up a terminal and typing:
$ sudo apt-get install apache2 php5 There is also a GUI package manager that you could use instead, if your not into using a terminal
•
•
Join Date: Jun 2009
Posts: 64
Reputation:
Solved Threads: 4
How I can post variable vaue to update.php page
In Form.php
in update page how I show the value of site id. I am using post method. but field value is variable($b) so how I can I post the value to next page?
In update.php
Thanks in advance
In Form.php
php Syntax (Toggle Plain Text)
<form action="update.php" method="post"> <input type="text" name="siteid" value="<?= $b ?>" /> <input type="submit" name="subjoin" value="Update"> </form>
in update page how I show the value of site id. I am using post method. but field value is variable($b) so how I can I post the value to next page?
In update.php
php Syntax (Toggle Plain Text)
$c = $_post["$b"]; echo $c; //its not working.
Last edited by peter_budo; Jun 9th, 2009 at 10:23 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Jul 2007
Posts: 47
Reputation:
Solved Threads: 1
Hey everyone,I instaled XAMPP as you adviced me,
and tried to create a page with the following text:
I saved the file with the ending .php but it seems it doesn't work,
when I try to open it with Firefox it just gives me a blank page,
when I try to open it with Internet explorer it downloads the file as if it was from the internet and then ironically opens it with Firefox
and I have a blank page again..
So how do I activate the php script I wrote(sorry for the idiotic question,but I'm not sure what I suppose to do)?
and tried to create a page with the following text:
PHP Syntax (Toggle Plain Text)
<html> <body> <?php echo "Hello World"; ?> </body> </html>
I saved the file with the ending .php but it seems it doesn't work,
when I try to open it with Firefox it just gives me a blank page,
when I try to open it with Internet explorer it downloads the file as if it was from the internet and then ironically opens it with Firefox
and I have a blank page again..
So how do I activate the php script I wrote(sorry for the idiotic question,but I'm not sure what I suppose to do)?
![]() |
Similar Threads
- Basic C Question (C)
- Basic Variables Question (Visual Basic 4 / 5 / 6)
- Basic Question (Visual Basic 4 / 5 / 6)
- A Basic Question. . . (Windows 95 / 98 / Me)
- Html basic question "creating a board thing" (HTML and CSS)
Other Threads in the PHP Forum
- Previous Thread: PHP and MS SQL Secure Authentication system
- Next Thread: restructuring code to avoid "warning: header already sent by...."
Views: 729 | Replies: 13
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date directory display download dynamic echo email encode error file files folder form forms function functions google howtowriteathesis href htaccess html image include insert integration ip java javascript joomla jquery limit link login loop mail menu methods mlm mod_rewrite multiple multipletables mysql oop parse paypal pdf php problem provider query radio random recursion regex remote script search select server sessions sms soap source space speed sql structure syntax system table template tutorial update updates upload url validation validator variable video web xml youtube






