Forum: PHP May 16th, 2009 |
| Replies: 3 Views: 454 if( isset($_POST[submitB]) ) {
if( $_POST[amount] >= 10000 ) {
$user_cash = get_cash($user);
if( $_POST[amount] > $user_cash ) $status = '<div class=noticeBox><P class=redNoticeP>Sorry! You... |
Forum: PHP May 15th, 2009 |
| Replies: 3 Views: 454 Hello , I recently bought a Facebook app form a person on digital point and I just found out the bank.php file has an error in it, I don't know where but when you put a - in front of a withdrawal... |
Forum: PHP May 5th, 2009 |
| Replies: 2 Views: 347 Thanks, this fixed the first problem. Unfortunately it looks like I have some more, it now says, Anyone want to look through the files I provided to see if they can find the errors? I would really... |
Forum: PHP May 5th, 2009 |
| Replies: 2 Views: 347 I can not get my site to connect to its database properly, I have narrowed it down to two files (attached) and I do not know what is wrong with them. I think it is the files, I have looked over the... |
Forum: PHP Nov 16th, 2008 |
| Replies: 1 Views: 295 Can someone please tell me the code MySpace uses to put the little pluses & minuses in the corner of their boxes to make them collapse like they do. I really need this for my site because I have a... |
Forum: PHP Jul 20th, 2008 |
| Replies: 1 Views: 509 I am making a whatsmyip.org clone and this is what I have so far <HTML>
<HEAD>
<TITLE>Maddog's IPs'</TITLE>
<META NAME="Keywords" CONTENT="IP, address, find ip address, ip addres, whats ip, ip... |
Forum: PHP Apr 15th, 2008 |
| Replies: 1 Views: 444 these are the error codes that keep coming up:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/maddog/public_html/profiles/v. 2.0/functions.php on... |
Forum: PHP Apr 13th, 2008 |
| Replies: 2 Views: 853 i did all of what i was told to do to install it. well as i said in the paragraph before the code, i bought this off of a myspace clone seller and it should be ready to go, but its not. i tried... |
Forum: PHP Apr 12th, 2008 |
| Replies: 2 Views: 853 OK so i bought a Myspace clone for my web site, http://www.maddogsprofiles.com, but it doesn't work. Why you ask, because the functions.php file is all screwed up! My admin panel doesn't work and the... |