RyanRobinson's Profile
Reputation: 39
Craftsman
- Group:
- Members w/DIC++
- Active Posts:
- 225 (0.2 per day)
- Joined:
- 31-March 10
- Profile Views:
- 6,527
- Last Active:
Feb 04 2013 12:30 PM- Currently:
- Offline
Previous Fields
- Country:
- GB
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- AMD
- Favorite Gaming Platform:
- PC
- Your Car:
- Ford
- Dream Kudos:
- 0
Latest Visitors
-
4D1 
04 Jan 2013 - 07:03 -
Lemur 
26 Aug 2012 - 12:25 -
darek9576 
24 Jan 2012 - 21:22 -
Amsinger 
29 Nov 2011 - 14:45 -
Jezzabeanz 
28 Nov 2011 - 09:09
Posts I've Made
-
In Topic: Proper PHP syntax and practices
Posted 16 Jan 2013
I am fully behind Rudi's method of writing PHP and HTML.
I do the same and I find it a really good way of sprinkling snippets of PHP around a design. This makes sure that designers can also work with the front-end. I find it really useful to actually see the design I am working on in Dreamweaver whilst I'm adding the dynamic PHP stuff. -
In Topic: How do you guys handle form data?
Posted 6 Jan 2013
Yes I know that you can just include that class. But it means adding more protected properties and array items for each new field you want to process. Depending on the project, your class could just keep growing and will be harder to maintain. -
In Topic: How do you guys handle form data?
Posted 6 Jan 2013
Hmmm some good techniques here. However, do any of you get sick of hand cranking this code for each field? I've been playing around with some code recently and I have managed to put together some really neat code. I have looked around quite extensively to find other examples of what I'm trying to do but couldn't find anything. I was quite surprised that there is a lot devs still writing a lot of code. -
In Topic: What's your Coding Soundtrack?
Posted 4 Jan 2013
Massive Attack's Mezzanine album is a great trip-hop album that I listen to whilst coding. -
In Topic: How do you guys handle form data?
Posted 4 Jan 2013
I am aware of the various validation techniques but do you actually hand type the validation code for each field submitted?
Example.
if($_POST['name'] != '') { $name = strtoupper($_POST['name']); } if(filter_var($_POST['email'], FILTER_VALIDATE_EMAIL)) { $email = $_POST['email']; } ...
The same goes for the SQL string. Do you actually hand type the prepared statement?
My Information
- Member Title:
- D.I.C Head
- Age:
- Age Unknown
- Birthday:
- May 21
- Gender:
-
- Location:
- Liverpool
- Interests:
- Web Development
- Full Name:
- Ryan Robinson
- Years Programming:
- 3
- Programming Languages:
- (X)HTML1/5, CSS 2/3, JavaScript, PHP & MySQL
Contact Information
- E-mail:
- Private
- Website URL:
-
http://localhost/
Friends
|
|


Find Topics
Find Posts
View Reputation Given


|
Comments
bhoop_computers
26 Apr 2011 - 00:52