
Beeeeney
Members-
Posts
193 -
Joined
-
Last visited
Everything posted by Beeeeney
-
Quick Way To Learn Php For Specific Purpose?
Beeeeney replied to zbdblues's topic in PHP Coding Help
You either pay to get this done or learn PHP the hard way. -
I don't see why it would display once and then fail. I'm quite new to PHP too so probably best to wait for one of the experts to help. Sorry I couldn't be of further help.
-
Seems like the variable is still holding the username data so it's an issue with how it's being displayed.
-
Do a var_dump() on the username and see what you get when it shows up as blank.
-
Please Help Me Out With Working Of Two Progress Bars At A Time
Beeeeney replied to cvaraprasad's topic in PHP Coding Help
Really? -
Use an if statement to make it return a NULL value when nothing is selected.
-
Is that the code for one page? Why do you have 3 <html> opening tags?
-
Ask away! I'm a beginner too and so are a lot of people on here.
-
Have you tried turning it off and on again?
-
Now you'll just have to wait for someone who knows how to help.
-
To be fair I didn't see that, maybe would've been more noticeable if you put it at the bottom of your post.
-
That's cool, do you have a question?
-
Have you tried turning it off and on again?
-
Post code yours for learn fix how.
-
You mean like, you'd have to come to my city to get certain things that you can't in yours?
-
Why do you have 49234792346923 stylesheets?
-
Just create a page which pulls all of your members from a table in the database, using a while loop. Then just have each member's name a dynamically generated link to a content page where you can see everything they've uploaded with another MySQL query from the database. It should be very easy to do, pulling information from a database is basic stuff. Use Google.
-
Rotating Banner Stop Rotating When I Remove A Link.
Beeeeney replied to Beeeeney's topic in Javascript Help
That site was built by someone who doesn't work here anymore. We currently have two contractors in the other room building a duplicate, with extra features and have been told to keep the code clean. If you saw the PHP for this website, you'd laugh uncontrollably. -
Have you tried turning it off and on again? I'm kidding, but you're not echoing anything in that code.
-
Well I'm mainly dealing with HTML and CSS. I don't know how they plan to proceed but I just want to learn PHP/MySQL and gain some experience here so future employers will take me seriously. I hope they plan to turn me into a fully fledged PHP developer. This is the website I look after, with the help of others: http://www.planetcruise.co.uk
-
Yeah, that's the thing with this job. They're like, "Oh just edit that for loop to count to 8 instead of 7", and that's about as far as it goes!
-
Sounds like you were under a lot of pressure! Yeah I think the main thing is for me to build something I enjoy building or will actually get some use out of. Building a CMS or something just doesn't motivate me because it's boring as shit. I'm gonna start on the blog in the morning, at the moment they've got me doing some research for something. Thanks for the input!
-
I'll start building a blog, then. Seems like a simple enough starting point.
-
I've been learning PHP for around 3-4 weeks now but I feel like I've hit a brick wall. I've tried a lot of stuff, tutorials on Lynda.com and other sites, a couple of books and various other methods. Just wanted to know how individuals in this community learned, bearing in mind that PHP is my first programming language.
-
Rotating Banner Stop Rotating When I Remove A Link.
Beeeeney replied to Beeeeney's topic in Javascript Help
Because I know enough PHP to not break anything, but I don't know what I'm doing with JS.