Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
Doubles are giving me problems
Ok so, first of all i made a double = 0.05, but when running the debugger it shows up as 0.04999. I
what business processes?
Hi,
A general question. What business processes (like OTC - Order to Cach, P2P, R2R etc)
Agency Business Process
Hi,
I don’t understand the process of the agency business in SAP.
In my
Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Error in SQL Syntax HELP!!!
I have this page:
Code: <?php
session_start();
//connect to server and s
How to know if online site made with PHP
Hello,
I see some sites that does not display extensions at all , for example:
www.site.co
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.