http://www.youtube.com/watch?v=8Kkrmubsgf8
The commercial is definitely worth watching pug awesomeness.
I'm sure none of you have seen it as it recently came out (About 4 months ago). Pugs can surf, chill (Aka do nothing), look cute and be awesome!!! (Lets keep this to pug propaganda only though. Don't bring your zombie apocalypse to my pug board like you did last time, you know who! )
Quote Not to squeeze too hard while petting Ha ha. That one always makes me laugh. (Don't take me for an animal abuser, I just find it funny with that commentary.)
Seriously, how can you not want a pug after viewing that video?
Batch Related Pricing
Hi, I need some clarity on the batch related pricing
PHP code needed to get/post form fields and request mysql query results.
I'm new to PHP I've created an html form to allow the user to request a basic telephone directory listing. They can select their 'listtype' by 'all' or by 'state'. If they choose 'state' then they
Undefined Variable: PHP_SELF, pls help
Hi,Im a newbie on PHP / MySQL programming and Im running a script to search one field on my DB table. The results will show after I key in my search word but there's an error below that says:
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or should i always put a die() function underneath the header() function?
reorder sql query
ok so i have this very simple code:Code: $query = "SELECT search_keywords, COUNT(search_keywords) AS counter FROM phpbb_popsearch GROUP BY search_keywords ORDER BY counter DESC limit 5";
Sending an SMS Message with ASP.NET
Often times it may be a requirement for your web application to send an SMS message. Such examples would be reminders, password resetting, and spam.Q: Can I have some code to send an SMS message?A:
EU VAT Package 2010
Does any one know whether SAP will be developing new reporting functionality due the new VAT rules the European Commission want to implement from 2010?
Problem with a select distinct
I have a problema with a select distinct, I have the next sql:
Save data in input fields when they press "BACK BUTTON"
Hi, this is html form: And let's say they get a error "Please enter ur title must be more then 3 character" then they click the BACK BUTTON AND ALL THERE DATA IS GONE!!How i fix?Code:
insert quotes
Hi,I have an output like this:Code: john,18,CancerHow can I change this to Code: 'john','18','Cancer'with php?Thanks in advanced,