RE: [PHP-INSTALL] still getting a blank screen after reading faq
[email protected] (Keith Roberts)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Hi William. Try copying this to a file called show-php-info.php: <head> <title>php-info</title> </head> <?php phpinfo(); ?> Then load that in your browser. You should see ALOT of PHP information that will help you. If not, something is not working right. You could try XAMPP for windows. That might help you get started. Check out php-debuggers.net below for the link to XAMPP. HTH Keith Roberts ----------------------------------------------------------------- Websites: http://www.php-debuggers.net http://www.karsites.net http://www.raised-from-the-dead.org.uk The mind of the prudent is ever getting knowledge, and the eear of the wise is ever seeking, inquiring for and craving knowledge. Pr. 18:15 Amp Where will you spend Eternity? http://www.fellowshiptractleague.org/tracts/images/PDF/tract_130.pdf All email addresses are challenge-response protected with TMDA [http://tmda.net] ----------------------------------------------------------------- On Wed, 8 Oct 2008, William Johnston wrote: > To: 'Tommy Peterson' <[email protected]> > From: William Johnston <[email protected]> > Subject: RE: [PHP-INSTALL] still getting a blank screen after reading faq > > Tommy: > > The source for the tutorial is as follows: > > <html> > > <head> > > <title>PHP Test</title> > > </head> > > <body> > > <?php echo '<p>Hello World</p>'; ?> > > </body> > > </html> > > > > Again, I still get a blank screen. > > Any suggestions? > > Regards, > > William Johnston > > > > From: Tommy Peterson [mailto:[email protected]] > Sent: Wednesday, October 08, 2008 9:27 AM > To: William Johnston > Cc: [email protected] > Subject: Re: [PHP-INSTALL] still getting a blank screen after reading faq > > > > > A blank screen usually means you are 1) not putting anything back to the > screen (Im not familiar with the tutorial you are referring to) or 2) you > have an error but do not have error reporting turned on. > ____________________________ > >