Jump to content

usmc.betancourt

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

usmc.betancourt's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. step 1To solve the problem find the line that says: @ $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", 'ab'); Step 2 change it from this @ $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", 'ab'); to this @ $fp = fopen("$DOCUMENT_ROOT/orders/orders.txt", 'ab'); step 3save your php file step 4Also create a file in your server with the name orders and inside create a text file named orders.txt
×
×
  • 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.