Jump to content

jonsborn

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jonsborn's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Really, This good site make in PHP Programming Language. Also, PHP is so popular and it is continuously growing is because it offers many advantages. PHP was originally non Object-Oriented but it has been fully upgraded to an Object-Oriented Programming language.
  2. You can follow some steps and download PHP: - Download Source and Clock Install PHP. - Go to the directory whith the downloaded file and enter. - Configure httpd.conf for PHP. - Verify PHP Installation - Trouble shooting during installation - Create Php.ini File
  3. I prefer Pro JavaScript techniques book by John Resig. This book starts with a clear, methodical description of the language. This hands-on guide explains how JavaScript works with XHTML Transitional and covers the new features available in JavaScript.
  4. Please, Follow These three step and solve your error: - You can make empty files named index.php, page1.php, page2.php, page3.php. Now add content. - index.php - this file contains alone the layout. The agreeable space is empty. Remember, this is an absolute html file, which use it compulsory to basic HTML structure(<html> <head> </head> <body> </body> </html>) and what comes in between. - page1.php, page2.php, page3.php - these 3 files contain only the content. No layout. Just throw on some headings, paragraphs of text and images here.
  5. Please, You can change your memory limit by setting memory_limit to –1 in PHP. This fatal PHP error crops up because, by default, PHP has a memory usage limit of 8 MB for any given script. This is a acceptable thing, actually, because you don’t wish a rogue PHP Software to bring down your server by acquisitive all the memory. But occasionally, you’ll have a PHP script that normally exceeds the 8 MB limit
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.