Search:
Type: Posts; User: chris0
Search :
Search took 0.01 seconds.
can you explain why is this hard ?
just make a check when displaying the cart,
if certain item count is 2 or more, display a 3rd item from the same type, but with some sort of attribute image...
do this:
$_REQUEST = array_merge($_POST, $_GET);
or this:
$MY_REQUEST = array_merge($_POST, $_GET);
remove the frames, they are useless ...
its really annoying to have to scroll to 2 different scrollbars
and its not printer friendly
search for 'SEO'
'search engine opimization' to appear better on search results and more poeple find you.
I like its design,
the only thing is the banner that says "your cart is empty ...."
is on top of other part f the site, make it move to the right abbit ?
so it doesnt hide any parts of the site
use rss feeds of big sites out there that you want to follow,
i use google reader for all that kind of thing
netgear / linksys have descent quality, and they can be within your price range
look at newegg dot com, and see users reviews,
they are very helpful when deciding on new hardware
no problem,
i do not know why ms is making IE so bad .....
in the above case, using php would be weird , mysql is designed to do searching and sorting, as fast as it can get, while php is not designed for searching and storing big arrays of data, and it...
in real word, if you do :
query1
some other code
query2
some other code
query3
it will be over all slower than just the query with left joins
our lives will depends more and more and more that we could ever imagine,
in the 1990 , if someone would have predicted that in 10~15 years, you can video conference someone in a different...
there are sites that hire free lancers like
elance
vworker
*****
guru
...etc
you might need to learn some programing language, or not .. , there are usually data entering jobs ..etc
the inability to customize some of the settings like you can do on a dedicated box, could be quite frustrating in some cases, but could fine for most cases
here is how to replace the deprecated code from above
http://stackoverflow.com/questions/2600905/php-alternative-to-session-is-registered
you need a new table with fields:
video_id
day
viewcount
and make sql updates the current date when the video is being view instead of updating the master table
you will need to make the...
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://......./yourfile.xml");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = curl_exec($ch);
...
it depends on how much you are removing,
the more fuller code could have many small extras that could be helpful in security or usability, or its code organizing that would allow you to add to it...
Please see this:
http://webdesign.about.com/od/sound/a/play_sound_oncl.htm
you can NOT send multiple images per php file, only ONE SINGLE image
when you do this
header ("Content-type: image/png");
header('Content-Type: image/png');
header('Content-Disposition:...
the best way is to provide an alternative domain name like
www.yoursite.com
m.yoursite.com
as some users like to browse the big versions if their device supports big resolutions.
this is...
you need to contact your smtp provider to ask them to allow you to send emails, or assist you with your problem.
@original poster
there are many sites where you can download ready to run scripts that runs like most of the common sites out there
http://www.opensourcescripts.com/
i do not think the number difference in the 1st post is that significant for real work application
less that 50% i think is 'fine' since you are not counting endlessly like the previous post said
now lets say you are searching in
$arrayStores = array(
"store1"=>array("storeID"=>"value","name"=>"value","address"=>"value"),...
echo '<object class="postitem" num="'.$rec->num.'">'.'<font color="'.$row['color'].'">'.$rec->post.'</font>'.'</object>';
try this