Jump to content

john_zakaria

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

john_zakaria's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi everyone.. please i want to know how to create a cron job from a file in php i made this command but it does not get any response. it get the error die message i made it in php and i serched online in google and many websites and i did not solve my problem my php command is: exec("crontab -e * * * * * /usr/local/bin/php -f /home/survey/public_html/john/cron/snd2.php") or die ("<br><br>Error in executing Cron file"); so i want to create or use my cron job using php.. any help
  2. hi everyone please i want to print the value of the variables $myradiobutton1 $myradiobutton2 $myradiobutton3 $myradiobutton4 ....... $myradiobutton10 i made a for loop to print the values of each $myradiobutton($i) but i can not print it ... can anyone help me the code is for($i = 1; $i < 11; $i++) { echo $myradiobutton.$i.'<Br><BR>'; } please try to fix this problem thnx in advance
×
×
  • 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.