First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
In need of CVS/SVN checkout script for Production servers [solved]
> -----Original Message----- From: Daevid Vincent [mailto:daevid(a)daevid.com] Sent: Thursday, April 29, 2010 12:33 PM To: php-general(a)lists.php.net Subject: [PHP] In need of CVS/SVN checkout script for Production servers Semi-off-topic, but I'm pretty sure you all are faced with this same chal... 6 May 2010 05:17
upload directly into a resource?
I have some code that is currently static. It runs via Cron, generating images which can then be viewed via some other PHP. What I want to do is allow a user to upload data which I can then pipe directly into the existing program to produce on the fly images. I am looking at this: http://www.php.net/manual/en/... 3 May 2010 17:37
Inserting rows with missing IDs
From: Andre Polykanine It's not a strictly PHP question, however since I use that with PHP, I'm asking it there. How can I accomplish the task of inserting rows into MySql database with missing IDs? Say, I have rows with IDs 1, 2, 3, 5, 9, 12, 17, and 195. How do I make the check that allows to insert ... 4 May 2010 11:14
Two color rows in table inside while iteration -- justsay no to mod
> [snip] And unless we are adding a multiple seconds to the load time is anyone going to notice a difference of 1 second? yes regards Jochen ... 3 May 2010 03:22
How do I use date_diff in my code (both codes are included, mine and the example function) I need process.php
HOw would I use this function below, from this url http://php.net/manual/en/function.date-diff.php I need to output the subject, date, and the final answer to the calcuation of the time difference (say from e.g. 10:00 AM to 12:00 PM) . Getting total time wrked on at a job site, doing helpdesk. I am doing this for m... 3 May 2010 01:14
Joomla FrameWork ::
I am trying to understand how the joomla framework works, i see an heavy usage of " :: " in its code, here an example: function edit () { JRequest::setVar('view, 'single'); $this ->display(); } from my really basic php understanding in the function edit i call a function setVar() and i pass the par... 2 May 2010 12:04
A stupid question about classes
On 05/01/2010 10:23 PM, Andre Polykanine wrote: Hello everyone, Just a basic question. I have my class starting like this: Class OireMail { // these are required public $smtp_server=""; public $domain=""; public $from=""; public $login=""; public $pass=""; And then go the function... 1 May 2010 14:19
SharePoint
I've been trying to connect to our SharePoint server's webservices with PHP. I downloaded the nusoap library and have been trying to make a connection using sample code from various websites. I keep getting the following error: <h1>You are not authorized to view this page</h1> You do not have permission to view ... 1 May 2010 03:20
SharePoint
I've been trying to connect to our SharePoint server's webservices with PHP. I downloaded the nusoap library and have been trying to make a connection using sample code from various websites. I keep getting the following error: <h1>You are not authorized to view this page</h1> You do not have permission to view ... 1 May 2010 16:32
multi dimensional array question
hello everybody here is my array(s) $us_census = array('NY' => array('New York' => 8008278), 'CA' => array('Los Angeles' => 3694820, 'San Diego' => 1223400), 'IL' => array('Chicago' => 2896016), 'TX' => array('Houston' => 1953631, 'Dallas' => 1188580, ... 1 May 2010 16:32
First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63