| General PHP Topics (view all ...) | Last Post | Replies |
|
| Write and generate docx file | 04 Sep 2010 05:11 GMT | 1 |
I wantlike meail merge functinality in docx file with php script . I am able to generate doc but I am not able to wite anything in docx file. so pls help me.
|
| Why is content of $name empty? | 03 Sep 2010 21:56 GMT | 8 |
Hello again. In my script happen something strange, I think. I fill inn information in all fields. Then the first ting I do is to check if any field is empty. But the empty() check clean $name, even
|
| get_object_vars ($this) and member visibility | 03 Sep 2010 20:41 GMT | - |
Just a quickie. I've toying around with the SPL stuff to get an object to behave like an array. After looking at a few examples I noticed that they are using get_object_vars ($this) a lot.
|
| Another heredoc question | 03 Sep 2010 15:55 GMT | 11 |
as a quick aside. Is there a better place to ask php questions, since this ng is so overrun by spammers? I'm now looking at this example: <?php // testfile.php
|
| Multidimensional nested array from mysql table | 03 Sep 2010 15:54 GMT | 5 |
I'm little bit stuck with this problem I try to build multidimensional array with data from mysql table my mySQL table contain fields ( this is sample data ) id name parent_id link
|
| comp.lang.php | 03 Sep 2010 11:57 GMT | - |
http://123maza.com/25/flight472/
|
| instructor solution manual for Mobile Communications 2nd ed by Jochen Schiller | 03 Sep 2010 09:13 GMT | - |
Here are instructor's solutions manuals to the scientific textbooks in PDF format. They cover solutions to all problems. If you need any, let me know its title, edition and author. If your title is not listed here don't worry because it is a list of some ..
|
| How to send result from a form to many email addresses at the same time? | 03 Sep 2010 08:23 GMT | 10 |
On an private webserver I shall have a form that send the content to 10 different email adresses at the same time. The E-mail addresses is written in a textfile. My "program" open and read this file and I try to store the result in $Data.
|
| Need AdSense Account. | 03 Sep 2010 07:56 GMT | - |
Need AdSense Account. Are You Sad,That Google Rejected Your AdSense. Don't Worry, I Will Help You. Contact Me At "TURNIER76(at)GMAIL(dot)COM"
|
|
| Database Access (view all ...) | Last Post | Replies |
|
| Software/Gadget to track new posts in PHP based forums | 16 Aug 2010 15:24 GMT | - |
I thought this will be a good place to address my question to people conversant with web technologies. I am looking for a software or a gadget that could present all the new postings and threads in a phpBB (great if it can support others as
|
| Unique item or booking plus payment gateway | 05 Aug 2010 08:51 GMT | 5 |
I know how I do this (well I guess I would wouldn't I :-), but I was wondering if there was a common (maybe better) pattern for it. I haven't figured out a good search to find discussions on it. Scenario:
|
| dropdown menus | 11 Jul 2010 23:42 GMT | 2 |
I want the page to display the record data in a table wrapped in a form for updating the database. I am able to get the text fields to display in input boxes but I cannot get the current field value to display in the selection boxes. I can get the dropdown list content to display ...
|
| query string and email addresses | 07 Jul 2010 07:04 GMT | 2 |
I have a query string that just won't go. I get the error "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@website.com WHERE BUPID = 33' at line 1"
|
| Activity | 20 Jun 2010 10:54 GMT | 2 |
Hi, Is there anything happening in this group?
|
| question about raw email string formatting | 06 May 2010 04:29 GMT | 9 |
I would like to inject into a mysql database email messages I pull off my POP3 mailbox. I have two variables $headers and $body. At the body layer, I am getting a string passed like: ------=_Part_1309130_2054200638.1272134612192
|
| Help with encrypt/decrypt using AES or similar | 27 Mar 2010 21:53 GMT | 6 |
I am trying to encrypt some text files with AES or similar encoding via a windows batch file, and then upload them to my server, then decode them with php, so I can enter the data within the files into my sql database.
|
| 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
|