Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 8
1
2
3
>
Last
»
Showing results 1 to 25 of 186
Search took
0.58
seconds.
Search:
Posts Made By:
skcin7
Forum:
PHP
09-21-2011, 10:13 PM
Replies:
5
__construct method not automatically being called on Godaddy servers?
Views:
758
Posted By
skcin7
It might be the version. The version on my...
It might be the version. The version on my localhost is 5.3.5 and the version on the Godaddy servers are 4.4.9.
Forum:
PHP
09-21-2011, 09:08 PM
Replies:
5
__construct method not automatically being called on Godaddy servers?
Views:
758
Posted By
skcin7
Actually, I lied about it not being a big deal. ...
Actually, I lied about it not being a big deal.
It is easy to add the line "$application->__construct();" and then it will work perfectly on the Godaddy servers. However when I add that line and...
Forum:
PHP
09-21-2011, 08:49 PM
Replies:
5
__construct method not automatically being called on Godaddy servers?
Views:
758
Posted By
skcin7
__construct method not automatically being called on Godaddy servers?
Hey all. I just got some work for a client to write a PHP application, so I wrote it. Well, now I have to upload it to the Godaddy servers which is where my client wants it. It's an object oriented...
Forum:
PHP
09-15-2011, 12:43 AM
Replies:
1
Why does 08 * 1.5 evaluate to 0?
Views:
226
Posted By
skcin7
Why does 08 * 1.5 evaluate to 0?
Simple question. I was taking a test today and wasn't sure about one of the questions, so I started working on it now.
echo 08 * 1.5;
This outputs 0. Why?
I noticed that when you change 08...
Forum:
General web building
08-30-2011, 08:21 PM
Replies:
8
What are the best blog solutions for a website?
Views:
1,496
Posted By
skcin7
Thanks y'all for the suggestions. Yeah I am...
Thanks y'all for the suggestions. Yeah I am strongly considering a Wordpress. I kinda hate the idea of using a Wordpress but I know it is soooooooooo good with SEO which is extremely important to me....
Forum:
General web building
08-29-2011, 07:55 PM
Replies:
8
What are the best blog solutions for a website?
Views:
1,496
Posted By
skcin7
What are the best blog solutions for a website?
Hello friends. I am getting ready to install a blog onto my personal website. However, I am unsure about the best solution and potential pitfalls. I want blog software where I can post tech related...
Forum:
PHP
08-12-2011, 10:39 PM
Replies:
2
Multi-dimensional array not working in my login script? WTF?
Views:
282
Posted By
skcin7
Multi-dimensional array not working in my login script? WTF?
I have a login script which is something like this:
$sql = mysql_query("SELECT * FROM user WHERE username = '$username'");
if($row = mysql_fetch_array($sql)){
//username has been found in the...
Forum:
PHP
07-03-2011, 08:46 PM
Replies:
2
Regular Expressions Topic!
Views:
286
Posted By
skcin7
How can you write a regular expression with...
How can you write a regular expression with preg_match to determine if a string is between 8 and 52 characters long and contains a number?
function validatePassword($password)
{
return...
Forum:
PHP
07-01-2011, 06:10 PM
Replies:
2
Regular Expressions Topic!
Views:
286
Posted By
skcin7
Regular Expressions Topic!
Hello CodingForums. I am trying to learn PHP regular expressions. Right now I have text boxes on my website which ask for a user's first and last name. I have a PHP function that checks this input to...
Forum:
PHP
06-28-2011, 01:39 AM
Replies:
6
Best way to convert Datetime to string???
Views:
954
Posted By
skcin7
I have it now to convert all of my datetimes to...
I have it now to convert all of my datetimes to have "01" for the day portion, which corresponds to the first of the month. This is not correct because now all the datetimes say the first of the...
Forum:
PHP
06-27-2011, 09:31 PM
Replies:
6
Best way to convert Datetime to string???
Views:
954
Posted By
skcin7
I tried zeros and for something such as...
I tried zeros and for something such as "1990-10-00" would output "December 1989". I think this is because the zeros make it think that it is a single day before January 1990, which is December 31st...
Forum:
PHP
06-27-2011, 06:53 AM
Replies:
6
Best way to convert Datetime to string???
Views:
954
Posted By
skcin7
I have another similar related question. Was just...
I have another similar related question. Was just gonna make a new thread but i think it's related close enough and it would be best to just ask it in here.
An example datetime which I have for...
Forum:
PHP
06-27-2011, 05:43 AM
Replies:
6
Best way to convert Datetime to string???
Views:
954
Posted By
skcin7
Great, that's it! Thank you!
Great, that's it! Thank you!
Forum:
PHP
06-26-2011, 11:33 AM
Replies:
6
Best way to convert Datetime to string???
Views:
954
Posted By
skcin7
Best way to convert Datetime to string???
Hey all, so I have a datetime in this format: "1990-10-DD HH:MM:SS". I know that the year is 1990 and the month is 10 which represents October, and I do not know the day, hour, minute, or second....
Forum:
PHP
06-23-2011, 02:19 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
Hey mate. Sorry I didn't get back to you right...
Hey mate. Sorry I didn't get back to you right away, I have been on this forum but I was at work doing ASP.NET stuff and they don't even have PHP installed on their computers so I couldn't test out...
Forum:
ASP.NET
06-21-2011, 09:13 PM
Replies:
1
Asp.net mvc 3
Views:
1,410
Posted By
skcin7
Asp.net mvc 3
Hello all, I recently was hired into a new job as a web application programmer using the ASP.NET MVC 3 framework which I am somewhat new to. Does anybody have experience with ASP.NET MVC 3 and if not...
Forum:
PHP
06-21-2011, 09:03 PM
Replies:
18
PHP password salted hash login
Views:
1,328
Posted By
skcin7
I read your question and the way I do it is I...
I read your question and the way I do it is I just have a single password salt that is hard-coded into my PHP. Thus, every user has the same salt. This may not be the most secure, but for the sites...
Forum:
PHP
06-21-2011, 02:18 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
getcwd() is not working because it retrieves the...
getcwd() is not working because it retrieves the current working directory with backslashes instead of forward slashes.... LOL. ****ing file_exists() function......... :(
I did some experimenting...
Forum:
PHP
06-21-2011, 02:13 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
Nope sir that does not work either. Thank you...
Nope sir that does not work either. Thank you anyway for all the suggestions even though it is not working how I want it I am still learning a lot.
Forum:
PHP
06-21-2011, 01:44 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
No, the entire project is inside the directory...
No, the entire project is inside the directory senior_project2, and that directory is inside htdocs. The reason I do this is I have multiple projects and I just make a separate folder for each one of...
Forum:
PHP
06-20-2011, 04:32 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
It is definitely being temperamental with little...
It is definitely being temperamental with little details which is frustrating but at least I am starting to understand it better. Here's another question for you real fast.
The project I am...
Forum:
PHP
06-19-2011, 11:45 PM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
Okay, well I didn't know it had to be SYSTEM...
Okay, well I didn't know it had to be SYSTEM paths and not HTTP paths. I understand that now but I am still somewhat confused why some things that I am trying are still not working. Please help me...
Forum:
General web building
06-19-2011, 01:44 PM
Replies:
7
Best way to test out different versions of IE???
Views:
1,410
Posted By
skcin7
I found Compatibility Mode and I am using it. It...
I found Compatibility Mode and I am using it. It is cool. Definitely noticing some differences in how the browser displays the pages. How do I know what version of IE is being emulated when it's in...
Forum:
PHP
06-19-2011, 11:23 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
What the eff? I don't get it.... I just put the...
What the eff? I don't get it.... I just put the entire path of the file into the file_exists() function as a string and it still failed!
...
Forum:
PHP
06-19-2011, 01:33 AM
Replies:
14
PHP file_exists() not working properly... can't figure out why!!!
Views:
1,251
Posted By
skcin7
PHP file_exists() not working properly... can't figure out why!!!
Hey all, I have a weird string of code which I can not seem to figure out. the PHP function file_exists is not working how I think it should and I can not figure out why!!
In my code, I have the...
Showing results 1 to 25 of 186
Page 1 of 8
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
04:16 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.