| Thread | Last Post | Replies |
|
| Forms, word, excel hard desistion | 18 Jul 2008 13:20 GMT | 2 |
I'am used to work with PHP and MySQL on webbased application. I have to make for my colleagues a program that have to follow a few dessistions (path) like a flowchart. The result shood be a word document from about, 150-250 pages. The
|
| newbie: sending email with images and movies included | 18 Jul 2008 13:10 GMT | 2 |
I am learning PHP5 and www technologies. I would like to send email from .php script. The email will contain HTML with images (BMP, GIF, JPEG) and movies (MPEG) included. I have a question: how can I include images and movies (which tags should I
|
| Php ideas for specified functionality | 18 Jul 2008 10:54 GMT | 2 |
I would like to create a webpage which have similar effect to the one presented on www.carrentals.co.uk (when you search for a car, new results (sorted!) are presented without refreshing the internet browser).Any ideas (free scripts / descriptions) how can I get such
|
| Doubts about environment differences between php and asp | 18 Jul 2008 09:32 GMT | 3 |
I am confused about the platform requirements for PHP and ASP. PHP requires Apache server and php server. But ASP only require IIS. I guess IIS is similar functionally to Apache. Then why doesn't ASP
|
| Garbage characters from PHP to Javascript | 18 Jul 2008 07:03 GMT | 2 |
I make a AJAX call to PHP and get back a string to my javascript function that looks like this: (0,0)-(1,1)-(25,32) In my javascript i break the string on the "-" character into an array
|
| heredoc and array problems | 18 Jul 2008 06:47 GMT | 7 |
I have this: $content = <<<TD $D['section'] TD;
|
| What captcha script(s) do you like? | 18 Jul 2008 02:13 GMT | 8 |
I'm looking at the results of searching for "captcha" and "php" - there's a couple hundred of hits that seem to be uniquish... Before I start flogging them, I thought I'd ask the good folks here which one(s) you prefer... and if you disagree with another's choice,
|
| write output query to a cvs file | 18 Jul 2008 01:07 GMT | 3 |
I would like to output a odbc query to a text file. I have the following php code but it isnt working. <? //conneccion
|
| Aggregate or extending a class alternatives ? | 17 Jul 2008 20:26 GMT | 8 |
Hi i have been struggeling with this question for quite some time now. I have some helper classes that handle images (upload an image, create thumbnails and show a imagelist), links (add link, edit link, show linklist), comments (add comment, show commentlist) etc.
|
| Mysqli problems | 17 Jul 2008 18:34 GMT | 2 |
So i have the need to run stored procedures and the best way to do this is with mysqli, so i have read. So i tried to enable that module with no luck. IIS 6, PHP 5, MySQL 5
|
| Doubts about platform setting for PHP and ASP | 17 Jul 2008 15:43 GMT | 4 |
I am confused about the platform requirements for PHP and ASP. PHP requires Apache server and php server. But ASP only require IIS. I guess IIS is similar functionally to Apache. Then why doesn't ASP
|
| Creating a 128x128 thumbnail | 17 Jul 2008 15:31 GMT | 5 |
Hello, I have a simple question which I can't figure out: I want to create a thumbnail of an image, but I want to make sure that the output is exactly 128x128.. The resized thumbnail has to be centered.
|
| Building a blog from scratch using PHP | 17 Jul 2008 15:09 GMT | 5 |
I am new to PHP, and have been working my way through creating a blog from scratch. Thus far I have learned a great deal, although from reading articles on the web I know eventually I should work toward an MVC model rather than mixing PHP snippets in with my HTML.
|
| php in terminal shell | 17 Jul 2008 13:31 GMT | 2 |
Hey so I'm not new to php, but I'm no guru either, however recently (6 months) i have gotten a macbook, and have been playing around on the terminal, come to find if you type "php" in the terminal, i'm pretty sure its running php, because i can then type code, however, it
|
| Database abstraction library | 17 Jul 2008 10:27 GMT | 8 |
What are your recommendations for lightweight database abstraction library (Oracle/MySQL)? I prefer OOP. :) Tnx, Ivan.
|