Jump to content

samsina

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

samsina's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am now thinking that it might be a firewall problem here... do you guys know anyway to get around it ????
  2. Guys I am really stock... I need to use CURL to fetch a link and get its results. I have the wamps 5 1.7.2 (windows, apache, mysql, php) pre packages installed. Activate the php extention php_curl and running it gave me nothing back (just a blank page) ??? ??? ??? ??? <?php // create a new curl resource $ch = curl_init(); // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, "http://www.google.com/"); // grab URL and pass it to the browser curl_exec($ch); // close curl resource, and free up system resources curl_close($ch); ?> while dumping it into my personal web host account it works. So I assume, i have left something off the php installation. can any one help me out???
  3. I am looking for a similar thing... can anyone help please? :(
  4. I have problem. So at work I am making this gigantic form, everything done except this part. here is the database view: name, phone , type ex: sam , 12345678, installation ex: jim , 12222222, support html view (fixed size of three for each): install name:_____ phone:______ name:_____ phone:______ name:_____ phone:______ support name:_____ phone:______ name:_____ phone:______ name:_____ phone:______ submit so basically the form includes from contact lists 1)installation group 2)support group into one database. the easier way to name each field as a unique text boxes and process them one at a time... any efficient way?
×
×
  • 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.