Forum: PHP Mar 17th, 2007 |
| Replies: 3 Views: 1,751 |
Forum: PHP Mar 17th, 2007 |
| Replies: 4 Views: 804 Re: www2 and www www1, www2, and any other number are all sub-domains. The main reason of using sub-domain is making the site more organise. For example, use www1 for english version, www2 for spanish and www3 for... |
Forum: PHP Mar 10th, 2007 |
| Replies: 3 Views: 1,751 AOL block emails created from my server My customers who use AOL email cannot receive my email generated from php script I use. I try to look into AOL email guide but do not have a clue how to solve the problem. Please can anyone help?... |
Forum: PHP Sep 26th, 2006 |
| Replies: 2 Views: 894 Re: Searching within arrays problem Are you using database? If so, in the output, arrange the data (both asset name and situation - patched or not) into a single array. For example: $data = $row['asset_name']." -... |
Forum: PHP Sep 26th, 2006 |
| Replies: 3 Views: 1,456 Re: Full-text search on two tables em... interesting. I was thinking of storing results from both tables (separate full-text search as you mentioned) in array, then sort them based on their scores, and display them. Not sure this... |
Forum: PHP Sep 26th, 2006 |
| Replies: 3 Views: 1,456 Full-text search on two tables Hi, I managed to use the full-text search on a single table (product) and would like to search two tables (product and article) simultaneously, when user enter a keyword. Can anyone help?
Thanks |
Forum: eCommerce Sep 15th, 2006 |
| Replies: 1 Views: 1,412 Re: Sells selling on eBay
run an online shop
operate a retail shop
approach retailers
organise fashion party
car boot sale
market stall
affilliate marketing/network
catalogue, flyer, brochure |
Forum: PHP Sep 15th, 2006 |
| Replies: 2 Views: 1,378 Re: Extract addess bar url In the text/image link to shopping cart, add extra information about the current page, for example xyz.com?ref=abc. The information in ref can then retrive in the shopping cart so that sending user... |
Forum: PHP Sep 14th, 2006 |
| Replies: 1 Views: 1,547 |
Forum: eCommerce Sep 13th, 2006 |
| Replies: 16 Views: 4,145 Re: Alternatives to 2Checkout? I'm using Nochex whenever possible. But this is not available to users outside the UK. It's a much better service than PP, no chargeback, and lower fees. |
Forum: PHP Sep 12th, 2006 |
| Replies: 10 Views: 1,511 Re: How To Find PHP Coders Every programmer write for $$$. This is a fact.
I would suggest you to get a business partner rather than hire a programmer, if you cannot trust the quality etc. Profit sharing is alway a good... |
Forum: eCommerce Sep 12th, 2006 |
| Replies: 16 Views: 4,145 Re: Alternatives to 2Checkout? Wonder why you said so? I like to know the down side apart from the fact that paypal have quite a bad reputation of chargeback. |
Forum: PHP Sep 11th, 2006 |
| Replies: 2 Views: 900 Re: Content Managment Sysytem CMS, as its name, use script and database to manage content/information. A good example is this forum. All posts and topics, as well as codes and blogs are kept in database and using php script to... |
Forum: eCommerce Sep 10th, 2006 |
| Replies: 7 Views: 2,415 Re: Need Shopping Cart that's Flexible One of my site offer shopping cart. But not sure how flexible you want it to be - fully customise is possible to match your site, but the down side is the shopping cart is hosted on my server rather... |
Forum: eCommerce Sep 10th, 2006 |
| Replies: 16 Views: 4,145 Re: Alternatives to 2Checkout? Use Paypal Pro - you can have the payment page look as your site, and you can have subscription too. More importantly, the fee is much lower as compared to 2CO. |
Forum: PHP Jul 24th, 2006 |
| Replies: 2 Views: 2,689 PHP Mail with Sender ID Is there anyway I can implement user authentication, such as Sender-ID in php mail function? I like to have email send out from my mail server (from me to clients) as well as email send by users... |
Forum: PHP Jul 22nd, 2006 |
| Replies: 9 Views: 3,607 Re: Running PHP scripts in backround PHP script always executed at the background, if not mistaken.
I run my maintenance routine everytime I log in to my admin area. It will not affect my clients' site and yet keep my database clean. ... |
Forum: Website Reviews Jul 20th, 2006 |
| Replies: 7 Views: 1,007 |
Forum: Post your Resume Jul 20th, 2006 |
| Replies: 12 Views: 2,089 |
Forum: PHP Jul 20th, 2006 |
| Replies: 11 Views: 2,540 Re: Floating IP Address in AOL I disabled session.use_only_cookies as I come across a few articles that saying the PHPSESSID is not search engine friendly?? I think this spark the idea of having my own string attached to the URL... |
Forum: Post your Resume Jul 19th, 2006 |
| Replies: 12 Views: 2,089 |
Forum: Website Reviews Jul 19th, 2006 |
| Replies: 6 Views: 944 Re: Web Site Review: second webpage attempt I use a higher resolution screen (1680x1050 pixels) and your site just look odd and stick to the right leaving 70% on the left blank! I not quite sure why you want to limit your page/table width to... |
Forum: PHP Jul 19th, 2006 |
| Replies: 3 Views: 1,414 Mailing List Scripts Hi there, I am trying to integrate a simple mailing list/newsletter script (in php) to my site, which will be share by my clients (to their customers). Is there any off the shelve and free one... |
Forum: HTML and CSS Jul 19th, 2006 |
| Replies: 24 Views: 2,146 Re: password protecting If you only need a simple (few lines) code/script to provide basic protection, I would suggest google search for javascript password gate or similar. |
Forum: PHP Jul 19th, 2006 |
| Replies: 13 Views: 1,947 Re: PHP/Mysql I would suggest you go through a few hit counter scripts, as I found your application are quite similar. Try hotscripts.com and there should have a few hundred similar scripts.
I once wrote a... |
Forum: PHP Jul 19th, 2006 |
| Replies: 2 Views: 1,844 Re: File upload problem You need to use move_uploaded_file function to transfer the image from your harddisk (temporary storage site) into a web server (which it can be your localhost or a online hosting). Check php.net... |
Forum: PHP Jul 18th, 2006 |
| Replies: 13 Views: 1,947 Re: PHP/Mysql No one can see your localhost... But the text appear in the link did showed that you have problem in line 46 (?) or more precisely is you did not define $actionid in your program. If the value is... |
Forum: PHP Jul 17th, 2006 |
| Replies: 4 Views: 4,696 Re: insert csv file into mysql through php Before you can 'split' the cvs data, you need the following:
// after uploading using a html form
$tmpName = $_FILES['userfile']['tmp_name'];
$fp = fopen($tmpName, 'r');
$fr=fread($fp,... |
Forum: eCommerce Jul 16th, 2006 |
| Replies: 20 Views: 12,453 Re: Anyone have experience with... I know two in the UK from my previous "research". I never use them but hope could help:
1. http://www.atsdistribution.co.uk/ - electornics
2. http://dropship.puckator.co.uk/ - gifts etc
There are... |
Forum: PHP Jul 16th, 2006 |
| Replies: 5 Views: 2,405 Re: html file content into a variable You have to fopen first before you can fread or fget.
$template = './email/signup.html';
$fd = fopen($template,"r");
$message = fread($fd, filesize($template));
// try output it on screen to validate... |
Forum: PHP Jul 15th, 2006 |
| Replies: 11 Views: 2,540 Re: Floating IP Address in AOL I do not use users authentication as my website (should be 'service' to be more precise) provide shopping cart facility to hundreds of websites, which do not require user to login etc. |
Forum: PHP Jul 15th, 2006 |
| Replies: 4 Views: 955 Re: Thumbnailed images See my other post at http://www.daniweb.com/techtalkforums/thread49390.html. It show you how to create thumbnail on the fly when you upload an image. Also show you alternative method by resizing... |
Forum: PHP Jul 15th, 2006 |
| Replies: 5 Views: 2,405 Re: html file content into a variable You can use Fread function to get the content of your webpage to $email variable. Then use str_replace function to replace any thing you want to change. If needed, you can also use explode function... |
Forum: HTML and CSS Jul 13th, 2006 |
| Replies: 7 Views: 1,918 Re: HTML 3.2 table background color Use simply CSS wasn't take you 2 years to learn! The following is nice and simple solution to background colour:<table style="background-color: #123456"> |
Forum: PHP Jul 13th, 2006 |
| Replies: 1 Views: 743 |
Forum: PHP Jul 13th, 2006 |
| Replies: 3 Views: 4,090 Re: Call to undefined function mysql_connect() Not sure this is the solution, but you do not quote the value for your variables.
// connect to the mysql server
$link = mysql_connect('localhost', 'root', 'admin')
or die ("Could not connect to... |
Forum: PHP Jul 13th, 2006 |
| Replies: 1 Views: 1,832 |
Forum: PHP Jul 12th, 2006 |
| Replies: 4 Views: 1,381 Re: registry entry You cannot have setcookie or any other kind of header after echo (even HTML ones). You may have to swap the condition as follow:if ($num_rows > 0) {
setcookie("loggedin", "TRUE", time()+(3600 *... |
Forum: PHP Jul 12th, 2006 |
| Replies: 11 Views: 1,168 Re: echoing a quotation Try this <?php
echo '<a href="gallery.php?value='.$prevValue.'">Previous</a></br>';
echo '<a href="gallery.php?value='.$nextValue.'">Next</a>';
?> |
Forum: PHP Jul 12th, 2006 |
| Replies: 11 Views: 2,540 Floating IP Address in AOL Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop my shopping cart, I used IP address as one of the variables to identify user (other... |