Search found 205 matches

by ExtremeGaming
Thu Oct 11, 2012 11:45 pm
Forum: CSS / Styling
Topic: Doubt!!!
Replies: 2
Views: 1463

Re: Doubt!!!

The slider itself, is made by using jquery. The website layout of course is css.
by ExtremeGaming
Mon Oct 08, 2012 12:21 pm
Forum: PHP
Topic: Share button
Replies: 2
Views: 640

Re: Share button

I have not seen any tutorials or references towards the subject on this site or any other. Perhaps you could make an attempt at it first by creating the form, and the options to which it can be shared. From there I would use yet another form, allowing a user to mail the selected criteria and any oth...
by ExtremeGaming
Wed Aug 15, 2012 5:48 pm
Forum: Tutorials
Topic: User Profile - edit profile not working.
Replies: 19
Views: 2560

Re: User Profile - edit profile not working.

When I can't figure something out I force php to show errors :roll: Add this to your code:
[syntax=php]error_reporting(E_ALL);
ini_set('display_errors', '1');[/syntax]

This should show all errors
by ExtremeGaming
Tue Aug 14, 2012 4:03 am
Forum: Tutorials
Topic: User Profile - edit profile not working.
Replies: 19
Views: 2560

Re: User Profile - edit profile not working.

[syntax=php]$sql = "UPDATE `trades` SET `email` = `{$email}` `location` = `{$location}` `info` = `{$info}` WHERE `id` = {$_SESSION['id']}";[/syntax] Not sure haven't done much php but shouldn't those be quotes instead of backticks (around the variables)
by ExtremeGaming
Tue Aug 14, 2012 3:53 am
Forum: PHP
Topic: Survey Security
Replies: 3
Views: 825

Re: Survey Security

Thank you :)
by ExtremeGaming
Thu Aug 09, 2012 11:29 pm
Forum: PHP
Topic: Survey Security
Replies: 3
Views: 825

Survey Security

I am making a survey feature for my website. Nothing is wrong with the current security (that I know of :s) I was actually wondering what I could do to improve the security. Sorry for the lack of organization I have no code editor on this computer. survey.php [syntax=php]<?php require('check/ip_chec...
by ExtremeGaming
Tue Jul 31, 2012 7:10 pm
Forum: PHP
Topic: Private Messaging
Replies: 4
Views: 706

Re: Private Messaging

Ok deleted all my previous posts. Got it fixed thanks for the help :D
by ExtremeGaming
Mon Jul 30, 2012 10:48 pm
Forum: PHP
Topic: Little help for a noob.
Replies: 4
Views: 825

Re: Little help for a noob.

I do not believe file exists works for directories
by ExtremeGaming
Sun Jul 29, 2012 3:56 pm
Forum: PHP
Topic: Private Messaging
Replies: 4
Views: 706

Re: Private Messaging

It will not display the errors and will continue to send the message even if over the set maximum for the both
by ExtremeGaming
Sun Jul 29, 2012 4:27 am
Forum: PHP
Topic: Private Messaging
Replies: 4
Views: 706

Private Messaging

So I'm making a private message system and wanted to set limits on the amount of messages a user/admin can get but so far have failed...I have a file to check on what group a user is admin or user and am trying to combine that into the send message file. If a user or admin has a full inbox you wont ...
by ExtremeGaming
Tue Jul 24, 2012 2:14 am
Forum: PHP
Topic: Basic Email Form Thingy
Replies: 7
Views: 1086

Re: Basic Email Form Thingy

Thank you so much jacek :D sorry very new to php. Did get an error saying it expects 2 parameters but fixed it by doing [syntax=php]$mode = mysql_result($result, 0);[/syntax] that ok?
by ExtremeGaming
Mon Jul 23, 2012 10:11 pm
Forum: PHP
Topic: Basic Email Form Thingy
Replies: 7
Views: 1086

Re: Basic Email Form Thingy

ok one more problem. Since then I added an option to add a on/off/maintenance option to the form. The sql is updating right but if you are to echo the variable it is always set to on? Never seen this happen here is the new code. If you are to execute the code it says there is an error with the form ...
by ExtremeGaming
Mon Jul 23, 2012 6:09 pm
Forum: PHP
Topic: Basic Email Form Thingy
Replies: 7
Views: 1086

Re: Basic Email Form Thingy

Solved did wrong format for sql :?
Ty for the other help as well totally looked over that
by ExtremeGaming
Mon Jul 23, 2012 6:38 am
Forum: PHP
Topic: Basic Email Form Thingy
Replies: 7
Views: 1086

Basic Email Form Thingy

So...first off title says it all. No validation as of yet but cannot seem to get messages to display when sql condition is met seen on lines 9 and 17. Wasn't really sure whether to post in php or sql... [syntax=php]<?php session_start(); if (isset($_REQUEST['email'])) { $email = $_REQUEST['email'] ;...
by ExtremeGaming
Sat Jul 14, 2012 6:46 pm
Forum: General Chat
Topic: Recommendations (spelling?)
Replies: 4
Views: 1104

Re: Recommendations (spelling?)

Thank you for your suggestions :-) I will check them out
by ExtremeGaming
Tue Jul 10, 2012 12:18 am
Forum: General Chat
Topic: Recommendations (spelling?)
Replies: 4
Views: 1104

Recommendations (spelling?)

Recently I have been searching for a free subdomain hosting site to test what will be my new site. Unfortunately the ones I had gotten to trust have become inactive support wise. If any users have experience with said subdomain sites and would personally recommend them can you please send the url my...