| Thread | Last Post | Replies |
|
| Mailto delimiters | 30 Sep 2004 16:53 GMT | 2 |
I have a PHP script that creates a string of e-mail addresses from a MySQL table and puts those e-mail addresses into an XHTML <a href="mailto:___"> tag. I'm having trouble figuring out what kind of delimiter to use between e-mail addresses so that the resulting addressed e-mail ...
|
| PHP to MS SQL | 30 Sep 2004 11:36 GMT | 1 |
Can PHP run on a Linux box connect to a MS SQL server? What drivers are needed and are there many limitations this way?
|
| PHP & MySQL Upgrade | 29 Sep 2004 19:20 GMT | 1 |
I am looking to upgrade my versions of PHP & MySQL on my server. I am wondering what websites you would recommend that are easy to fallow and with step by step instructions on how to upgrade both of these. Also how to keep all of the extions or even install more extions for PHP.
|
| user informations | 29 Sep 2004 16:22 GMT | 2 |
Hello friends, I'm looking for a way to get some informations about my site's users, like the IP address, nation, the browser and so on. How can I do that?
|
| Virtual Directories? | 29 Sep 2004 15:36 GMT | 4 |
I have seen websites that use a sort of "virtual directory" system... Lets say when you click on something it goes to http://www.example.com/scripts/php/ Neither the scripts directory nor the php directory physically exisit on
|
| Newbie needs help | 29 Sep 2004 09:13 GMT | 3 |
Windows XP Prof with SP2 and mySQL 4.0.21 & PHP 4 Firstly I need to install PHP and I am not sure how. The readme.txt from PHP suggest that I should not use the installer and I cannot really figure out how to do it manually.
|
| newbie..MYSQL,PHP setup | 29 Sep 2004 09:12 GMT | 1 |
I am way too new to mysql and php, I am only using this because I have a script that i like to use. I have installed PHP and MYSQL on window 2000 server, both instalation work fine. I can start mysql, query and stuff, php test
|
| php5 with mysql 4.1.5? | 29 Sep 2004 03:10 GMT | 4 |
Is there any way to get php5 to recognize mysql 4.1.5 without a recompile? Currently my php 5.0.2 show mysql Client API version 3.23.57 thanks
|
| Need help with sending mail from PHP | 28 Sep 2004 22:28 GMT | 2 |
Hello... I'm getting this error message when I use mail() Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() A bit of background: I'm using Apache server on a machine on my home
|
| syntax for nested where clause in a select | 28 Sep 2004 20:55 GMT | 1 |
I'm trying to come up with a select statement requiring nested where conditions. Essentially I need a select statement that does the following: Two constant variables, supplied to the select statement from a php script time1 = 100
|
| SUM in mysql | 28 Sep 2004 20:49 GMT | 1 |
My problem with the folloing script is that i wat to echo the value of the SUM(ija) only, but now it counts all the values. How do i do this? <? $db = mysql_connect("localhost", "root");
|
| Convert Access DB to mySQL | 28 Sep 2004 10:06 GMT | 1 |
I need to converet an existing Access DB to mySQL. Is there an easy way to do this? I am totally new to this field and need your assistance. Regards,
|
| Creating A Site Search Engine | 27 Sep 2004 23:38 GMT | 11 |
How would I go about creating a search engine for my website... so that it would search through the content of my pages which are written in php? What is the best way to accomplish this? Thanks.
|
| PHP/MySQL project | 27 Sep 2004 22:01 GMT | 1 |
Looking to build a dynamic site using PHP/MySQL. I have a CSV file with over 20,000 entries with the following structure- '1591', 'tones', '100280', '50s', 'Blue Moon', 'Elvis Presley', 'Blue
|
| Textarea Replacement Script | 27 Sep 2004 13:36 GMT | 5 |
I am looking for a scrip that will replace my textarea boxes with a javascript wysiwyg editor. I have found a few of these, but I am looking for one that will upload the images to the server. Any help with this would be wonderful!
|