Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndrewTC

    Do you hand code your pages?

    I use a mixture of both. I use dreamweaver when I have to do, well, repeditive tasks or tasks that involve the layout of the program. After setting up the intial things I need, I then hand code it to my specifications of what I actually want it to do. I'd recomend textpad for the hand-coding part.
  2. AndrewTC

    PHP - Loading PHP style HTML within a file.

    Yeah, I was trying to see if I could get around this without removing the actual parts of the PHP into include statements and then implementing them it certain files are being read. But, yeah, not much else seems to be adequately working, so it looks like the way I'm going to have to go. Just...
  3. AndrewTC

    uploading file size zero

    Ok, before I start there are things you do need to change within your PHP.ini file. Firstly, do a search for UPLOAD and it will take you straight to the upload section of you .ini file (hopefully). Do the usual, make sure uploads are on, and increase the maximum file size. Secondly, try...
  4. AndrewTC

    PHP - Loading PHP style HTML within a file.

    Ah, sorry, maybe I wasn't too clear with the origional post. The host does support PHP, all PHP scripts work fine, all that stuff. What I'm trying to do is a very specific implementation of a PHP program. Something that reads through a file, and adds a few things as appropriate, and displays...
  5. AndrewTC

    PHP - Loading PHP style HTML within a file.

    Hello there. I'm trying to write a script that will open a page (full contents of a html page) within a php script. The point of this is to make a php code that will display menu items to create a "frameless" version of a site. I started off using just a simple open file, while (!eof)...

Part and Inventory Search

Back
Top