
waynew
Members-
Posts
2,405 -
Joined
-
Last visited
Everything posted by waynew
-
I hate JW Player. It sucks at allowing the user the ability to choose what time to start the video at.
-
You should learn how to use the tools (PHP, MySQL CSS, HTML) before trying to figure out how to build it. Once you learn how to make PHP work with a database, you'll know how to approach it.
-
if ($store_id < "1") Why have you enclosed 1 in quotes? Do buyers have a store_id of 0 by default? Also, it's a good practise to put exit() after a redirect. if(condition){ header('Location: google.com'); exit; }
-
SxySoftware
-
Shouldn't it be: update('NICU'); update('Eggs'); update('Hatchlings');
-
Listen. Your client doesn't know shit. You tell the client that you'll program that interface like a boss.
-
I get up at 6am sharp. Sharp! Not 10 past or 20 past. I'm talking about 6am sharp! I set my alarm clock to ring out at about 5.50am, just to allow me ten minutes to gather energy and prepare myself for the learning that is about to take place. Once I get up, I drink 4-5 raw eggs, do 300 pushups and then do a few stretches. I then go for a jog, with my PHP tutorial book. While I'm jogging and jumping garden walls, I constantly challenge myself. I mean, how do I create a user login system and jump over a garden fence at the same time?
-
It's GUI interface made with Visual Basic.
-
What kind of hosting do you have? What kind of scripts are you running?
-
There's a site I'm working on. It uses an iframe to show live video from security cameras on another website. The src of the iframe is an IP that's different from the site IP/domain that I'm working on. In FF, it shows fine, however in IE, I have to change my Security Policy to Low in order for the site to show, otherwise it says "Cookies Must be enabled" or something (IE7). I've heard it has something to do with 3rd party cookies. Any ideas? I don't have access to the site the iframe is linking to.
-
How??they are also working on PPC process like in facebook ads. If you're talking about the monetization of Facebook Apps, then CPM is the better strategy. Click-through-rates are depressingly low on Facebook.
-
*and die on their way there.
-
You know what? I'm sick of cheap-ass clients. I've had people wanting full Ajax-scraper websites for $30. It's a complete and utter joke. I hope they all go to hell.
-
WUT?
-
Why was runescape and habbo hotel built in JAVA?
waynew replied to Orionsbelter's topic in Miscellaneous
Be honest. The only reason you hate Java is because it's more difficult. -
That's ridiculous. Why would it do that? What about "£5.52" or "DKK 5.52" or millions of other things that could be regarded as numbers? Here you go: function my_mysql_escape($string, $link = null) { return mysql_real_escape_string(trim($string), $link); } It's not PHP's job making endless of aliases for you. Just cast to array. daniel@daniel-laptop:~$ php -r "var_dump((array) 'foo');" array(1) { [0]=> string(3) "foo" } function m($string, $link = null) { return mysql_real_escape_string(trim($string), $link); } pwned
-
I think requiring registration from users can act as a barrier. Most conversion analysts will agree with me.
-
I'm seriously stuck here. I have to transfer a large enough database (60MB) from one server to the next. I've succeeded in exporting/importing the table structure. I've also succeeded in transfering data from the smaller tables over. However, the bigger tables have been causing a problem. I managed to get one of the large (7MB tables) over onto the new server. Yet for some reason, I can't get all of the rows in a 4MB table over. It seems like it's not taking them. I even exported one of the rows that was excluded and it still didn't work. One table is 50MB or so. Everytime I go to import that, it takes ages, only for phpmyadmin to show nothing. I then check and find out that nothing has been imported. I obviously can't copy and paste the SQL, so I've been going the zipper SQL file route.
-
Not sure you could hack your way out of a paper bag. I might if it was wet.
-
The insurance I have is my fist.
-
You can use a hidden field. Although I'd suggest that you use session variables as that would stop anyone from tampering with your forms.
-
Facebook apps.
-
In Ireland, English is 100%.
-
Domain ideas for a social networking website?
waynew replied to TeddyKiller's topic in Miscellaneous
PenisFriends.com is a winner -
Yea? I wear a tuxedo when I'm coding.