Search:
Type: Posts; User: slyfox
Search :
Search took 0.02 seconds.
No idea what you mean Julien...
anyway... here's the solution:
var tcount = 2;
playChance[1] = Number(abc);
for(var i = 1; i <= wheelXsplit; i++)
{
if(i != playChance[1])
{
Hi friends
for some reason I cannot figure out this stupid little thing, maybe I must go sleep.
I'm trying to use a for loop instead of a switch statement. The switch looks like this:
...
http://www.w3schools.com/php/
http://www.google.com/search?q=php+dynamic+select+option&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
try codelobster ide... as far as I remember it made me happy. http://www.codelobster.com/
if you don't find an answer here... try posting your question in the html section
you should put the data in your query string, and data as string example (table1,table2) values ('data1','data2')
$insertSQL = "INSERT INTO register (fullName, telephone, email1, email2,...
oh... lol, just did a quick copy and paste from php.net
use it... don't use it... you know
so when you get you values back from fbquery, use strtotime to check if there's anything valid in there, it should return false if no date or zero at least
see this page:...
start using indentations and you'll spot your problem... and please remember, no one here gets paid to do anybody any favours, please clean up and do your homework first before you dump such a huge...
let's start by making your mundane code more readable, and then try again:
<div style="position: relative; z-index: 4;">
<div class="prev"></div>
<div class="next"></div>
</div>
<div...
the from email address's domain must be hosted on the server you're sending from, so, use an email address that's the same as the domain you're sending from, then add your $_REQUEST['email'] to the...
sounds like a job for javascript... try posting your question there
I don't know... sounds like profanity to me
here's wjat I got:
http://www.google.com/search?q=convert+TTF+fonts+to+EOT&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
mysql:
http://www.ivorde.ro/How_to_calculate_difference_in_days_between_two_dates_in_MySQL-66.html
php:
http://www.phpf1.com/tutorial/php-date-difference.html
or...
http://www.google.com/search?q=php+resume+builder&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
http://www.w3schools.com/php/php_mysql_select.asp
bit rusty on the regex...
how about just counting it all up... if the result is '0', you have your answer :)
... just a thought
Hi guys
Before I scratch my brains out, can somebody tell me how these guys do it...
I've developed a little app that manages "gated" pages on facebook, but got stuck trying to add a "edit tab"...
I found the following, but don't know how to use it:
(?m:)
and this is what it should do:
yes, this finds all matches perfectly on a single line
<script[^>]*>.*?</script>
but this does does not find anything, single or multi-line
#<script[^>]*>.*?</script>#is
almost but not quite, need it to match over multiple lines
use or strip a cms solution... it's all in there
sorry, can't spot the problem, but here's a replacement for all your if's and body vars
<?php
switch($_POST['location'])
{
case "Mount Campus":
$to = "myemail1@gmail.com";
break;
case...
you might want to check out a cms solution to get up and running faster, and then just build upon that if you want