Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 20 of 20
Search took 0.07 seconds.
Search: Posts Made By: RossBryan
Forum: JavaScript frameworks 10-23-2012, 08:07 PM
Replies: 0
Views: 398
Posted By RossBryan
HELP!!! problems jquery caption slider in IE

Hi I'm attempting to achieve a hover overlay effect, listing objects elements using a basic div ul li a img, and I simply want a black overlay with some white text caption to slide in, when hovering...
Forum: PHP 04-09-2012, 10:43 AM
Replies: 4
Views: 296
Posted By RossBryan
Thanks, I do have it working now using the...

Thanks, I do have it working now using the solution mentioned previously. I did however give your way a try out of curiosity , but it doesn't seem to work either just as my initial code didn't; same...
Forum: PHP 04-09-2012, 09:55 AM
Replies: 4
Views: 296
Posted By RossBryan
Resolved by trimming the white space from the...

Resolved by trimming the white space from the '$folder_id' variable:

$folder_id= trim($folder_id);
Forum: PHP 04-09-2012, 07:55 AM
Replies: 4
Views: 296
Posted By RossBryan
HELP!!! Problem defining file loaction

Can anybody point me in the right direction of what exactly it is im doing wrong please. Im trying to upload a file to a specific location (folder), it works fine when i simply specify the uploads...
Forum: MySQL 04-06-2012, 10:31 PM
Replies: 3
Views: 422
Posted By RossBryan
Thanks its sorted now, achieved it it by taking...

Thanks its sorted now, achieved it it by taking single quotes from around identifiers completely when pointing to them. My mistake didnt reliase:

SELECT directories.folder_id,...
Forum: MySQL 04-06-2012, 05:19 AM
Replies: 3
Views: 422
Posted By RossBryan
HELP needed with SQL query!!!

Can anybody tell me why i am encountering the following problem with the follow SQL query when run in myPHPadmin:

SELECT 'directories'.'folder_id', 'directories'.'timestamp', 'directories'.'name',...
Forum: PHP 04-06-2012, 03:43 AM
Replies: 3
Views: 287
Posted By RossBryan
Sorted it, was the silliest thing, turns out i...

Sorted it, was the silliest thing, turns out i was looking at all the wrong places. Never included the = symbol when when assigning the form name field:

name'folder_name'

Thanks for everyones...
Forum: PHP 04-05-2012, 06:38 AM
Replies: 3
Views: 287
Posted By RossBryan
HELP needed with if statement

Does anybody have any idea why the following code does not execute correctly. I want the fields in the form to be checked for content on submission but the if condition is just passed even when...
Forum: PHP 03-17-2012, 01:23 AM
Replies: 2
Views: 323
Posted By RossBryan
Thanks ended up resolving the problem using...

Thanks ended up resolving the problem using pathinfo:

$file_ext = pathinfo($file_name, PATHINFO_EXTENSION);

The following also worked great:

$array = explode ('.', $file_name);
$file_ext =...
Forum: PHP 03-16-2012, 10:53 PM
Replies: 2
Views: 323
Posted By RossBryan
HELP needed with file upload

Can anybody help with this little problem i have. Im pretty new to PHP im trying to develop a file upload site, and have bumped into a problem when trying to apply, I think the end() function; not...
Forum: PHP 08-25-2011, 08:46 AM
Replies: 1
Views: 368
Posted By RossBryan
HELP!!! Defining variables with form values

How would i go about correctly defining the following variables that i am taking in from a form.

<?php require ("design/top.php"); ?>

<title>Care2Share - Register</title>

<div id=...
Forum: PHP 08-25-2011, 01:06 AM
Replies: 8
Views: 380
Posted By RossBryan
lol your a funny guy.... don't please...*shaking...

lol your a funny guy.... don't please...*shaking my head*

Thanks for taking the time to look at my post anyway and giving me a hand.
Forum: PHP 08-25-2011, 12:38 AM
Replies: 8
Views: 380
Posted By RossBryan
haha i know. Sorry im lazy.

haha i know. Sorry im lazy.
Forum: PHP 08-25-2011, 12:27 AM
Replies: 8
Views: 380
Posted By RossBryan
Thanks that worked great but ended up causing...

Thanks that worked great but ended up causing another problem with another section of coding in an associated file:




$numrow =mysql_num_rows($query);


if (numrows == 1)
{
Forum: PHP 08-25-2011, 12:13 AM
Replies: 8
Views: 380
Posted By RossBryan
I have used session_start(); at the top of the...

I have used session_start(); at the top of the page i just didnt include it in the post sorry.
Forum: PHP 08-25-2011, 12:03 AM
Replies: 8
Views: 380
Posted By RossBryan
HELP!!! Keep getting problem with undefined index....

I really dont get it now i keep having this problem and there always seems to be a different solutiion. Im defining variables and yet its telling me that they arent defined; so confusing :s


...
Forum: PHP 08-24-2011, 03:07 AM
Replies: 2
Views: 314
Posted By RossBryan
Thanks that works perfectly...

Thanks that works perfectly...
Forum: PHP 08-24-2011, 02:08 AM
Replies: 2
Views: 314
Posted By RossBryan
HELP!!! Problem with undefined variable....

Hey can about tell me why im getting the following undefined notice for the code straight after:

"Notice: Undefined index: login in C:\xampp\htdocs\Care2Share\loginC2S.php on line 43"


<?php
...
Forum: PHP 08-21-2011, 01:27 AM
Replies: 2
Views: 424
Posted By RossBryan
:thumbsup: Brilliant!. Thanks so much, that...

:thumbsup: Brilliant!. Thanks so much, that really did sort it. Such a simple thing solved a problem i spent ages trying to resolve. I appreciate you taking the time to have a look at my post and...
Forum: PHP 08-20-2011, 08:58 PM
Replies: 2
Views: 424
Posted By RossBryan
HELP!!!! Problem with my MySQL connected PHP login form :'(

Hey people, Im new to PHP and MySQL and have bumped into a little problem trying to get my username and password verified. Most of the script is functional for example not granting access if the...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT +1. The time now is 04:01 AM.