First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Auto-generating HTML
Hey folks, I have the feeling this is a stupid question, but I can't even find anything about it. Maybe I'm just not searching for the right things. Here's the problem. I'm writing a lot of pages, and I hate going in and out of PHP. At the same time, I want my HTML to be legible. When you look at it, t... 21 Sep 2010 19:14
PHP Email Question
Hi Sorry for the simple question but I am trying to get my head around PHP. I have a sample PHP script that I am trying to use to send a php powered email message. The snippet of code is shown below.... mail('email(a)address.com', 'Subject', $values['message'], "From: \"{$values['name']}\" <{$values['email... 1 Oct 2010 13:08
Removing empty paragraphs from HTML file using simple_html_dom.php
Hi All, I want to remove empty paragraphs from an HTML document using simple_html_dom.php. I know how to do it using the DOMDocument class, but, because the HTML files I work with are prepared in MS Word, the DOMDocument's loadHTMLFile() function gives this exception "Namespaces are not defined". This is the code... 19 Sep 2010 18:40
GD Watermark Question-
""Gary"" <gpaul(a)paulgdesigns.com> wrote in message news:1F.27.30333.1D5E39C4(a)pb1.pair.com... Is there a way to insert a watermark on an image as it is being uploaded to the image file, then removed when it is called from a database to be viewed on a website? The rational behind this is I have a pho... 20 Sep 2010 14:55
GD Watermark Question
Is there a way to insert a watermark on an image as it is being uploaded to the image file, then removed when it is called from a database to be viewed on a website? The rational behind this is I have a photographers site I am doing, and I am limiting the size of the images somewhat to reduce pilferage and I w... 19 Sep 2010 18:40
Checking file type when uploading
Hi! I have created a form following the PHP manual to upload files and need to restrict the upload to only PDF. How do I check the file type ($_FILES['userfile']['type']?) and where: on the form page or on the validation page? I want to be able to tell the users that their file doesn't have the right format. ... 19 Sep 2010 18:40
Session Vars loaded from MSSQL Query drop, those loaded from MYSQL Query stick (SOLVED)
FANTASTIC!!! This did the trick! "By explicitly typecasting the value to a string when you assign it to the session, you'll get the value rather than its wrapper." Thank you all for your help! I will pass the comments on about employing the MS's SQL Server Driver for PHP as well - Thanks again - -----Ori... 19 Sep 2010 18:40
PHP Warning
I'm getting the following warning when running PHP scripts from the command line: PHP Warning: Module 'mcrypt' already loaded in Unknown on line 0 How can I get rid of this? My error report directives are: error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR Thanks! Floyd ... 19 Sep 2010 18:40
Install library
Hello everybody, I like to create same PDF file with PHP, i find that i must to install something like PDFLib but i can't how to istall on linux. Does somebody can help me. Thanks a lot. Jordan ... 19 Sep 2010 18:40
Interacting With Shell
I need to run a Linux command from within PHP but the command has interaction. At one point I need to enter a password. Is this type of interaction possible inside a PHP script? Thanks! Floyd ... 19 Sep 2010 18:40
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17