| Thread | Last Post | Replies |
|
| Variable email address | 30 Nov 2007 23:49 GMT | 1 |
Hi... I would like to capture an email address from a form and send a copy of the mail to that user. Can anyone give the correct code? Below is the script I am using.
|
| Why I need to set the memory limit for large file upload? | 30 Nov 2007 20:36 GMT | 7 |
Suppose the file is stored in "upload_tmp_dir ", so why I need to increase the memory limit? If I want to upload 100 MB, how large should I set? Thanks.
|
| php windows installation help | 30 Nov 2007 20:28 GMT | 4 |
I have installed apache 2.0.61 and php 5.2.5 on my XP computer. I have apache running and followed the installation instructions by Matthew Phillips on www.devarticles.com. Apache seems to be working but I can't get php scripts to work.
|
| problem with fmod() | 30 Nov 2007 18:06 GMT | 7 |
I have a problem with the function fmod. Why is fmod(5.7, 0.1) = 0.1 ?? Why is it not 0? tia bummerland
|
| "send to a friend" script | 30 Nov 2007 17:59 GMT | 3 |
Ok, Im trying to create a "send this article to a friend" script for my blog, Right now its sending all the articles,
|
| SQLite PDO numRows problem | 30 Nov 2007 17:57 GMT | 4 |
I keep getting "function not defined" when trying to get a result count on my queries ("numRows()") and dont see a bug report on PHP.net on this matter. And yes, my queries DO have results. Any idea why I get that message ?
|
| Else If | 30 Nov 2007 17:32 GMT | 1 |
Am trying Else-If but encounter a problem (newbie question, sorry) Step 1 - Create selection of companies ordered by a priority number. $query = "SELECT company, priority FROM foo1 WHERE foo2 AND priority IN
|
| Hard time with a regex... | 30 Nov 2007 16:12 GMT | 6 |
I'm trying to extract the home page URL out of a any URL from the same web site For instance if I'm on http://www.regular-expressions.info/javascriptexample.html I want to extract http://www.regular-expressions.info
|
| Namaspaces, caling functions and classes defined in the global name space | 30 Nov 2007 14:59 GMT | 3 |
I've been reading the namespace specification for the 5.3 relaese, and I can't stop thinking that they have complicated the thing unecessary. Here is what I mean. So far if you call a function or a class in (which is not global )
|
| php with rss | 30 Nov 2007 13:13 GMT | 7 |
Hi i'm just experimenting here with php and rss and I'm wondering if it's possible to point an rss reader to a php script? I'd like to dynamically pull data out of an SQL table as the viewer checks the feed. Is this possible please?
|
| PHP5 newbie question (i hope) .. using inherited methods from a subclass | 30 Nov 2007 12:41 GMT | 4 |
Im trying to use a value object class (where a single entity, perhaps from a db, may be represented as an object), for example: class News { private $newsID;
|
| Finding embedded CSS in PHP CMS Site | 30 Nov 2007 12:13 GMT | 5 |
I have an active site which prints recipes larger than I want. I want the text to print as 10 px, but cannot get it to print anything but 12 px. While trying to troubleshoot, I found an embedded CSS style - body, td, th { font-size: 12px !important; }
|
| php mail() not sending to mail Clients (ie, Outlook, Apple Mail, thunderbird, etc..) | 30 Nov 2007 11:35 GMT | 3 |
I have a send mail script on my site that. The emails are recieved by gmail, and yahoo, but not to mail clients like Outlook, Mail, etc...) Is this a problem with the script, or is it something I must change in
|
| &$ in functions | 30 Nov 2007 10:52 GMT | 3 |
at present I´m editing some old scripts from a colleague from mine. In one function I fund something I didn´t understand. The function looks like: function foobar(&$val, $key = ' ')
|
| How to get PHP function status? | 30 Nov 2007 08:18 GMT | 1 |
So, I'm compiling XML strings within a function, when passed the type of XML file to create. My question is, how do i query the status of that function so that I can show a "XML File Loading, Please Wait." notice on my web site while the XML file is being created.
|