| Thread | Last Post | Replies |
|
| PHP & TPL files | 01 Nov 2005 00:43 GMT | 7 |
a simple questions. how can I echo a variable made on in a PHP file inside a tpl file. the TPL file is included inside the PHP file. any suggestions?
|
| Obtaining my IP | 01 Nov 2005 00:41 GMT | 6 |
How can I obtain my IP address? I have tried gethostbyname('localhost'), and of course, the output is 127.0.0.1 :) Thanks in advance
|
| undefined function ? | 31 Oct 2005 22:58 GMT | 1 |
This section of code has been driving me mad for hours. I don't understand why it generates the following output. PRIOR TO call to setName(some text) item->name=an item.= ((OK)) AFTER TO call to setName(widget + number) item->name=widget 5442 ()OK))
|
| Optimizing an SQL statment | 31 Oct 2005 22:13 GMT | 3 |
I have a query that i run on my website, heres the pseudo code: select bottle_caps.caps_id, products.products_id,
|
| POST problems | 31 Oct 2005 21:35 GMT | 7 |
Howdy, I'm creating a register form which passes some user values to my php file using POST here's the code:
|
| What IDE are you using? | 31 Oct 2005 21:18 GMT | 121 |
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and
|
| How to store session variables between visits? | 31 Oct 2005 17:03 GMT | 8 |
My website gathers some data on its first page, which is used on other pages. I would like to 'store' the data in some session variables between visits, to prevent any problems that may occur if a visitor bookmarks a different page.
|
| My function returns true but my code does not execute | 31 Oct 2005 16:12 GMT | 11 |
I must be missing something obvious. I cannot get this function to run the update query on Line 6, although the call to run the query evaluates true, and both update_cat_total functions execute, while the function itself returns true.
|
| Trouble with sending multipart Email | 31 Oct 2005 15:46 GMT | 5 |
I am having a bit of difficulty when sending mail() with multipart. Under a Windows server, it is working nicely. I am receiving the email message in HTML. Howver, When I run the code under a Unix server the emails I am receiving a
|
| mailing class | 31 Oct 2005 15:32 GMT | 1 |
Just wondered which mailing class do you use for your php sites? I've been using phpmailer for several months but I encounter some troubles using it now... Do you know good mailer class ?
|
| How to print the local variables used in a PHP generated page | 31 Oct 2005 15:04 GMT | 2 |
I am still a beginner of PHP, and while I found out the way to print all the variables passed as a POST, I was wondering (for debugging purposes) if there is a simple way to tell the PHP interpreter to print out all the variables that have been used during that session, without
|
| Suggestions for a good Object Relational Mapper for PHP 5 | 31 Oct 2005 09:42 GMT | 1 |
I have to develop a web based information system for an educational institution. It is going to be a 100% OO code. Therefore I also need an Object Relational Mapper. I have not used any object relational mapper so far, apart from some home grown classes that implement simple Row to
|
| delimited by different characters? | 31 Oct 2005 09:42 GMT | 4 |
I'm pulling chunks out of a line of text. In this instance the bit I want is delimited by square braces; '[' and ']'. Is there a single php function that I can do this with? I know how to do it with multiple functions (something like
|
| How to connect to MySQL | 31 Oct 2005 09:10 GMT | 6 |
I have not seen any good examples on how to connect to a mySQL db. My website uses phpMyAdmin to administer the SQL databases. What confuses me is where are the databases that I create located? For example, if my website is www.mywebsite.com and I have installed myphpadmin in the
|
| Pulling 3 variables from one number via URL | 31 Oct 2005 09:04 GMT | 1 |
Hi everyone, this is my first post here. Right now I am using a script at the top of each page that pulls 3 variables from an url such as www.domain.com?id1=333&id2=55335&id3=4976197: <?PHP
|