Search Results

Showing results 1 to 40 of 294
Search took 0.02 seconds.
Search: Posts Made By: zippee
Forum: PHP Mar 17th, 2007
Replies: 4
Views: 2,842
Posted By zippee
No response after a week... :(

Is that mean no one encountered the same problem?
Forum: PHP Mar 17th, 2007
Replies: 4
Views: 1,170
Posted By zippee
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: 4
Views: 2,842
Posted By zippee
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: 1,255
Posted By zippee
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: 2,480
Posted By zippee
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: 2,480
Posted By zippee
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 16th, 2006
Replies: 9
Views: 2,464
Posted By zippee
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: 2,082
Posted By zippee
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: 3,221
Posted By zippee
Is there any script in php for bandwidth monitor (or is it possible to do it with PHP)?
Forum: eCommerce Sep 13th, 2006
Replies: 16
Views: 5,819
Posted By zippee
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: 2,305
Posted By zippee
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: 5,819
Posted By zippee
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: 1,253
Posted By zippee
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: 8
Views: 3,530
Posted By zippee
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: 5,819
Posted By zippee
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: 5,623
Posted By zippee
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: 5,981
Posted By zippee
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...
Forum: Website Reviews Jul 20th, 2006
Replies: 7
Views: 1,441
Posted By zippee
Like others I prefer color scheme of design 2. It would be better if you set the page to the center.
Forum: Post your Resume Jul 20th, 2006
Replies: 12
Views: 3,000
Posted By zippee
emm... I can see someone has just created 4 new accounts in Daniweb just to counter attack :eek:
Forum: PHP Jul 20th, 2006
Replies: 11
Views: 4,055
Posted By zippee
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: 3,000
Posted By zippee
I suppose a good and established SEO company doesn't have to post its business in a forum. If it does, it should be here to help other rather than just advertising.
Forum: Website Reviews Jul 19th, 2006
Replies: 6
Views: 1,284
Posted By zippee
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,862
Posted By zippee
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: 3,168
Posted By zippee
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: 2,848
Posted By zippee
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: 3,237
Posted By zippee
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: 2,848
Posted By zippee
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: 5
Views: 9,737
Posted By zippee
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: 15,333
Posted By zippee
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...
Forum: PHP Jul 16th, 2006
Replies: 5
Views: 7,649
Posted By zippee
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...
Forum: PHP Jul 15th, 2006
Replies: 11
Views: 4,055
Posted By zippee
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: 1,459
Posted By zippee
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: 7,649
Posted By zippee
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: 3,383
Posted By zippee
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: 1,003
Posted By zippee
Try defragment it to cure slowness.
Forum: PHP Jul 13th, 2006
Replies: 5
Views: 7,615
Posted By zippee
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: 4,363
Posted By zippee
Several header misplace were found in your script:
1. session_start() should go before defining your session_name.
2. Setting a value to session at mid of the script, after header was sent. You...
Forum: PHP Jul 12th, 2006
Replies: 4
Views: 2,335
Posted By zippee
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,623
Posted By zippee
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: 4,055
Posted By zippee
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...
Showing results 1 to 40 of 294

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC