Announcement
Collapse
No announcement yet.
User Profile
Collapse
Profile Sidebar
Collapse

joyce
Senior Member
Last Activity: Mon 2 Dec '02, 5:37pm
Joined: Mon 20 Aug '01
-
time()
if a person he insert register date using time() into the database and data type in database is int(11), how am i suppose to retrieve the date out to something like this, 11-11-2002??
-
include css in mail()
hi, in my site i got a "tell a friend" section, where user can tell their friends about my site. and then i will send out an email to their friends.
my problem is, i dono how...
-
array_splice? unset? which function is appropriate??
can anyone tell me wat is the appropriate function to use for this situation??
i have all my ids stored in session and when user clicked add, then it will add into the cart. i display the...
-
hi, tried the code u posted, but it gave me the same result. when i click one record, it will delete all the reocrds i have instead of just one of the record.
this is the session file(when...
-
unregister one (not all) session..
hi, i'm working on a shopping cart. i store the necesary field in session and pass it to user cart when user add the item to cart.
i do not know how to delete a session, for eg, if user...Last edited by joyce; Thu 29 Aug '02, 1:03am.
-
mail () display all html codes
i'm using the mail() to send mail to customer once they confirmed their orders.
my problem is, i wnat to display my mails with tables but when i received the email, it display out all the...
-
refresh..
hi, i donot know where to post this question, so i post it here. hope i post in the correct one..
well, it's about the internet explorer setting...
when i refresh a page,...
-
i do not know wat problem u are facing, but for my case, installation is pretty simple.
unzip the phpmyadmin, extraxt it to a folder. then run it. tat's it.
maybe u can try to install...
Leave a comment:
-
yep..i know case sensitive.......i did enter them in case sensitive..
Leave a comment:
-
.htaccess-keep prompt username and password
hi, this is the first time i deal with .htaccess.
in my .htaccess file i have this:
Code:AuthUserFile /home/abc/.htpasswd AuthName "ABC" AuthType
-
can only create one database in phpmyadmin
hi, i have a few things to ask about phpMyAdmin.
i installed it on my server, everything seems to run perfectly. but there are one thing very strange which is, i only can see one database...
-
i did...
PHP Code:class Cart {
var $items;
var $total;
etc...
}
Leave a comment:
-
this is the code: (the first line is line 204)
PHP Code:if ($CPSESSION["cart"]->itemcount() != 0) {
echo "<p>";
echo "<center>";
Leave a comment:
-
fatal error
can anybody tell me wat this error means and how to solve it??
Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that...
-
i need to include it in header because i need to use some functions in that page. and...the header .php is not only for my s.php. basically every single page i also include header.php
Leave a comment:
-
include/require- redecare function
hi, my problem sounds like this..
i have a page, s.php, works well. in s.php, i have to include header.php and 1.php.
in my header.php, i already include 1.php. so when i include...
-
array sorting
Hi, hope u guys can give me a hand on this..
i have to retrieve some info from tables and then add all the fields together, then list out. 10 records per time, then got 2nd page, 3rd page..so...
-
retrieving select box..
i have a select box which display all the countries. when user register, they will need to choose they are from which country.
my problem is when retrieve out the country for display purpose....
-
this is another suggestion..
try to put this at the first line of ur code
PHP Code:ob_start();
PHP Code:ob_end_flush();
Leave a comment:
-
u can also placed
PHP Code:ob_start()
PHP Code:ob_end_flush()
Leave a comment:
No activity results to display
Show More
Leave a comment: