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
Ranked #12.3K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for knkk

There is this function: [CODE] function disguise_curl($url) { $curl = curl_init(); // setup headers - used the same headers from Firefox version 2.0.0.6 // below was split up because php.net said the line was too long. :/ $header[0] = "Accept: text/xml,application/xml,application/xhtml+xml,"; $header[0] .= "text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"; $header[] = "Cache-Control: max-age=0"; $header[] = …

Member Avatar for knkk
0
2K
Member Avatar for jpakerla

Hi guys... I need a PHP code which will display a hyperlink only between 8:00 am - 8:00 pm. Thanks.

Member Avatar for matthewl
0
72
Member Avatar for Wobbie Wobbit

Hi this is my 1st post here. I am trying to integrate a wordpress and bbpress. They were sharing same database, using the user info correctly and working fine apart from I wanted to get it so that users were logged into the other automatically, and have been looking online …

Member Avatar for Wobbie Wobbit
0
145
Member Avatar for Mrgrinch12

I have been struggling with these two pages for awhile. I have one page with a form which shows different data depending on who is logged in. There is one drop down adjustment field that the users between "Active" and "Bench". The submitted form should be updating that field in …

Member Avatar for Mrgrinch12
0
106
Member Avatar for baudday

I would like to start development on a web application but really have no idea how to do it. I like to think that I am pretty well versed in PHP, but feel like my coding practices are off. What I would like to know is, what is "the best" …

Member Avatar for baudday
0
146
Member Avatar for pssubash
Member Avatar for amac44
0
64
Member Avatar for markg1978

Hi, I have script below that scans a folder and lists the contents into a drop down box. What I want to do is then select the file and press the delete button. Which removes the file from the folder. I do realise you can use unlink to remove the …

Member Avatar for amac44
0
111
Member Avatar for niths

Hi all, i had written a query [CODE]$sql3="select userid from projectassign where projectassign='$projectassign'"; mysql_error(); $result3=mysql_query($sql3); $num1=mysql_num_rows($result3); $i=0; while ($i < $num1) { $userid=mysql_result($result3,$i,"userid"); echo $userid; $i++; }[/CODE] so now i am getting some userid's. Now there are some checkboxes present in a table of users.Based on the query, userid's obtained …

Member Avatar for sergb
0
116
Member Avatar for zia zia

Hello Guys... I'm a novice in both php/mysql. I'm creating an application and have many problems with it.I need help with some of the areas. First my application is a multiple forms based. The first page is that an admin logs into it by authenticating with mysql (This part I've …

Member Avatar for amac44
0
207