Jump to content

therock

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

therock's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i'm gettin this error while using this code chmod("vcddb/config.php", 0777); Warning: chmod() [function.chmod]: Permission denied in c:\Inetpub\wwwroot\php\chmod.php on line 2 can anyone tell me wat to do to solve tis problem
  2. i'm using windows operating system
  3. hi all, i'm trying to parse a xml file using DOMDocument, but i'm getting the error as Warning: DOMDocument::load(...jobs.xml) [function.DOMDocument-load]: failed to open stream: Permission denied in ...import.php on line 26 code i used   $doc = new DOMDocument();   $doc->load( 'jobs.xml' );     $jobs = $doc->getElementsByTagName( "jobtitle" ); can anyone help me in tis.. plzzzzzzzzzz
  4. hi andy, i'm gettin datas from users usin a form(getdata.php) and insertin it into a table(insertdata.php). wen datas r inserted the page (insertdata.php) remains. wat i need is to redirect it to (getdata.php) again after insertion is over.
  5. hi all, i'm new to this forum awa to php. can someone help me i want to redirect to some other php page on a button click. i used this code, but it doesn't work $URL="http://www.example.com"; header ("Location: $URL"); is there anythin like redirect("");
×
×
  • 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.