User Profile

Collapse

Profile Sidebar

Collapse
forPHP
forPHP
Last Activity: Jul 17 '07, 12:13 PM
Joined: Jul 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • forPHP
    replied to suggest some key words
    in PHP
    Thnx nathj.some days ago my friend said about 'cURL'.Then i went through that and got some idea.I think there is lot of such powerfull and magical things in PHP.That was the thing behind my question.I am already familiar with "http://www.w3schools.c om/php/default.asp".He was my first tutor in HTML,JavaScript and PHP....
    See more | Go to post

    Leave a comment:


  • forPHP
    started a topic suggest some key words
    in PHP

    suggest some key words

    hii all, i am a beginner in PHP.But i have no time to go through all the details of PHP.Give me some key words to search which are new or powerfull or exclussive for PHP.
    See more | Go to post

  • forPHP
    started a topic cURL is not working
    in PHP

    cURL is not working

    why i am not getting the page 'http://www.gmail.com'
    [PHP]<?php
    // create a new curl resource
    $ch = curl_init();

    // set URL and other appropriate options
    curl_setopt($ch , CURLOPT_URL, "http://www.gmail.com/");
    curl_setopt($ch , CURLOPT_FOLLOWL OCATION, true);
    curl_setopt($ch , CURLOPT_HEADER, 1);
    // grab URL, and print
    curl_exec($ch);
    ?>[/PHP]

    ...
    See more | Go to post
No activity results to display
Show More
Working...