| General PHP Topics (view all ...) | Last Post | Replies |
|
| Date problem | 10 Mar 2010 17:44 GMT | 8 |
Here something I don''t understand. My $datum variable contains a date in stringformat that I read from a XML file: <datum>11/12/2010</datum>
|
| Upgrade to PHP 5.1 makes trashes to the PHP Functions [EXPERT&isset] | 10 Mar 2010 17:37 GMT | 14 |
Upgrading from PHP 4 something to PHP 5.1 leads to a master piece of problem. Our website was working perfectly with coding under PHP 4 or before : "Our manager did a stupid attempt to upgrade the PHP code to PHP
|
| Send email | 10 Mar 2010 09:26 GMT | 11 |
I have an html web page with a button called "Download". When a user presses this button it enables immediate download of a file stored on the server. How can I add to this button (presumablly in php) the action that when the user presses the button, not only does it download the ...
|
| How to .... convert to MVC logic | 10 Mar 2010 08:58 GMT | 5 |
Hi! I've a script that doesn't seem to have an MVC logic.... How Can I convert the pages to MVC I've Modules folder with:
|
| missing http_post_fields() in CentOS 5.4 | 10 Mar 2010 08:23 GMT | 5 |
Fatal error: Call to undefined function http_post_fields() ... http://php.net/manual/en/function.http-post-fields.php indicates "(PECL pecl_http >= 0.10.0)". We have php-pecl-session_mysql-1.9-1.el5.rf.i386.rpm installed but are
|
| Wave file with only DTMF tones to be converted to the corresponding sequence of numbers using PHP | 09 Mar 2010 19:50 GMT | 47 |
I want a wave file with only DTMF tones to be converted to the corresponding sequence of numbers using PHP. Which scripts help me here?
|
| PHP exec cmd dir | 09 Mar 2010 12:23 GMT | - |
Can anyone help me? Using exec("cmd /u /c dir /B /S /O:N > $outpufile",$directory) the function fopen will not read the UTF $outpufile. Possible is this file of directories and sundirectories is unicode UTF-16LE and cannot be read
|
| Please Reproduce: PHP 5.2 -> 5.3 Windows Apache2.2 crash | 09 Mar 2010 07:30 GMT | 3 |
Recently moved from 5.2 to 5.3. Now Apache will crash on loading pretty much all my pages with this in the error report; szAppName : httpd.exe szAppVer : 2.2.14.0 szModName : php5ts.dll
|
| automatic login to different websites | 09 Mar 2010 07:26 GMT | - |
I have roundcube webmail,phpBB forum & wiki hosted on one machine. All of the above authenticate against LDAP using same username and password. I want to group all the 3 services in drupal in order to make a
|
|
| Database Access (view all ...) | Last Post | Replies |
|
| ON UPDATE CASCADE ? | 22 Jan 2010 23:09 GMT | 1 |
I create and populate a table with the code below and all is well and good :-) But when I try to do an update: update personnel set emp='Chuckie' where emp='Chuck';
|
| Escaping prompt from MySQL | 30 Nov 2009 17:49 GMT | 1 |
I am using MySQL on a Web site. I'm accessing it using Putty. I have an sql file that has to run correctly by pasting it into the mysql prompt. When I paste the entire file to the prompt, I get unexpected
|
| PHP not receiving var | 30 Nov 2009 02:06 GMT | 6 |
Hi NG, I'm doing a simple login with php and mysql. It looks like this: <?php include 'db.php';
|
| Help with creating an SQL statement? | 23 Nov 2009 10:50 GMT | 4 |
I'm reasonably sure that this is possible but I sure don't know how to do it. I have a table containing records that have an "OrderNum" field and a "Barcode" field (among others).
|
| Any thoughts: SQL syntax | 11 Nov 2009 23:19 GMT | 1 |
Just wondering if anyone might be able to offer any thoughts on the following (My)SQL problem. I run a commercial pilot logbook system, and one of the features is the ability to track whether the flights entered into the logbook are
|
| mysqli_close($link) question | 05 Nov 2009 00:18 GMT | 4 |
I am working on a php (the largest one I have had the pleasure writing so far) and I am curious about the proper use of the mysqli_close($link) function. In my scripts I am doing a lot of queries (SELECTS, INSERTS, DELETE, etc).
|
| pictures resizing | 21 Oct 2009 12:46 GMT | 4 |
I wonder if it is possible to have one picture that you can show in sizes depending on the situation. E.g. the picture small when offering an overview, larger when it is just the only picture needed, and even larger to be downloaded and printed.
|
| Sorting on Two Fields | 20 Oct 2009 17:17 GMT | 2 |
I have a (MySQL) table for addresses. Some entries have a Company, some have a Person, and some have both. I'm having trouble with the sort. If I "ORDER BY Company, LastName", all the rows with no entry in the Company field end up at the end of the list, even if the last
|
| mysql_connect | 11 Oct 2009 16:19 GMT | 1 |
Hello group. When I call mysql_connect, I get the following error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'teaterDB'@'localhost' (using password: YES)
|