Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
php x 5
Member Avatar for DMayo

I'm using CUROPTL_FOLLOWLOCATION and it works on my local server (a laptop running win XPand php 5) When i transfer the code to a linux server, CURLOPT_FOLLOWLOCATION seems to take forever and then does not redirect (my page does not display anything). I know this is the problem because when …

0
63
Member Avatar for myth3_16

Hi All, i wonder if anyone can help me. I've got a form where you can enter your email address and a surname to search for, when clicking on the submit button the form is processed with a PHP page and sent via email. What I want to do is …

Member Avatar for helraizer
0
90
Member Avatar for nikhilthelegend

I'm doin a project using php and mysql. i have 2 tables in my database namely: question & answer. the question table can b accessed by teacher and answer table can be accessed by student... the teacher can all or delete questions frn d question table... i want to create …

Member Avatar for somedude3488
0
82
Member Avatar for twelvetwelve

I'm trying to use the GET method to pass a variable from one page to another [code=php] <?php $id ++; echo $id; ?> <input type="hidden" name="quiz" value="venn" /> <?php echo '<input type="hidden" name="id" value='.$id.'" />' ?> [/code] In the URL it returns the value [url]http://localhost/moodle/logicquiz/quiz_start.php?answer1=&answer2=&answer3=&answer4=&quiz=venn&id=3%22[/url] My question is this.......how can …

Member Avatar for DMayo
0
1K
Member Avatar for DMayo

Hi, I'm new to CURL and I'm trying to use it to crawl a page. I checked the HTTP Headers for the post and noticed there was an initial POST, then a redirection, which is followed by a GET. During the redirection, cookies are set. I have tried doing this …

0
65