| Thread | Last Post | Replies |
|
| Send bulk sms through PHP... | 28 Feb 2009 18:16 GMT | 3 |
I'm a newbie at the PHP front so I hope someone can help me out here. I need to create a php form with a textarea where I can type a small message which then has to be send to multiple mobile numbers using Voipbuster.
|
| Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent | 28 Feb 2009 14:05 GMT | 9 |
I get this famous message when I run my register.php. page. Someone tries to register on my website but forgets to fill some fields. The error control detects it and sends the user back to the register.php page. That is when the error occurs because the session
|
| Revision control & Development | 28 Feb 2009 05:15 GMT | 10 |
I'm not really sure where to put this, but let's assume that I would be working on a PHP project, that will be managed with Subversion. When I check out, how would config files kept to the default instead of the current one on my dev setup?
|
| contract work | 28 Feb 2009 02:16 GMT | 1 |
I have a client that has a web site set to go live Monday, but programmer got ill. Site 95% done, but needs some backend work, mostly coding php. Anyone interested in making a few dollars over the weekend? Contact me at - kharbin (at) p2vinc.com
|
| Possibility to run perl script in php code | 28 Feb 2009 01:52 GMT | 5 |
Is there any possibility to run the perl script inside the php code. Give me some idea. Thanks in advance
|
| Can anyone tell me what's wrong with this line? | 28 Feb 2009 01:37 GMT | 2 |
Hi Folks; I'm trying to debug a line that someone wrote and I think it's probably a missing bracket or some form of syntax error. This is made harder by the fact that I don't know squat about programming :-0
|
| How can I retrieve foreign key information of MySql database via PHP? | 27 Feb 2009 22:59 GMT | 14 |
Hi NG! Is it possible to extract information about which foreign keys a (InnoDB) MySql table has? The only way I found so far is to use a MySql client, execute "show create table TABLE_NAME" and then parse the output
|
| File name mystery | 27 Feb 2009 21:39 GMT | 10 |
I have been called in to fix a problem in existing code. Analyzing the code, I found that there are two php files, export.php and import.php. The first of these writes a file called, say, ABC.CSV and puts it in a directory called export. The second of these read a file ABC.CSV ...
|
| parsing xml | 27 Feb 2009 19:27 GMT | 10 |
I am very new in php, so please have patient with me. Perhaps I am doing an easy task by wrong means. This is the task I cannot manage: I want to parse an xml file into my php site:
|
| mysqli_connect_errno() returns 1251 in Eclipse PDT with Zend Debugger | 27 Feb 2009 18:29 GMT | 1 |
I am learning PHP5 and MySQL. I installed Eclipse PDT with Zend Debugger. I created website containing the following function to open connection with MySQL database: function openOgloszeniaDB() {
|
| Really simple PHP (sorta) question | 27 Feb 2009 13:51 GMT | 31 |
I'm pretty sure this is not the right group to ask this question, but I'm even more sure that I don't know what the right group is, so I hope you'll bear with me. I'd like to know what a suggested setup is for developing web software
|
| Best practices - abort __construct() | 27 Feb 2009 13:20 GMT | 6 |
I've been rewriting large portions of an application I built a few years ago and thought I would ask about best practices for aborting object creation in a __construct() method, as I've never found a way to do this that makes me comfortable.
|
| Downloading the embed Package Perl Interpreter in PHP | 27 Feb 2009 12:34 GMT | 2 |
Please go through this link here. It is a package to embed perl interpreter with PHP. http://pecl.php.net/package/perl While downloading this package,
|
| Query string before parsing | 27 Feb 2009 12:09 GMT | 45 |
I'm writing a peace of code, which receives data via a POST, in which I'd like to get the query string "as a string" and not as an array of parameters like $_POST['xxxx']. I want to be able to parse the string myself.
|
| A PHP chalange | 27 Feb 2009 11:06 GMT | 7 |
Hi all I have storefront PHP script that I bought online . I installed it and the ADMIN does not work it is locked in a LOGIN and PASSWORD sreen loop .
|