Jump to content

eyal

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

eyal's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello everybody what's up? I have a file which includes another file called "file.php" which is 2 levels (folders) below. <? include "folder1/folder2/file.php"; ?> But file.php is using images & flash files which are in the same folder as he does (folder2). <img src="image.jpg"> the problem is when I'm including file.php it's does not show images & flash files. is there anyway that i can solve that problem without changing path's of all the images & flash files? Thanks, Eyal
  2. Hi everyone, I have a "Contact Me" Form in my site. If the user clicks "Send Form" then he/she needs to wait until the PhpMailer script will be done sending a message for me. How can I tell the PhpMailer page in my site, which sends the e-mails, to run and send me a new e-mail without the need of the user to actually see the page and wait until it's run? Thanks alot! Eyal
  3. Hi, My page for some reason goes "HTTP 500 Internal Server Error". Any pupular mistakes on coding that causes that (annoying) error? Thanks!
  4. Hello, How do I include a file which is in the Parent folder of my PHP file? Thank you
×
×
  • 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.