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 2
1
2
>
Showing results 1 to 25 of 28
Search took
0.11
seconds.
Search:
Posts Made By:
mrdemin
Forum:
Apache configuration
12-11-2012, 10:43 PM
Replies:
0
Please help rewriting extensions and...
Views:
511
Posted By
mrdemin
Please help rewriting extensions and...
Hey there, I'm hoping someone can whip me up a quick rewrite, I'd REALLY appreciate it.
I simply need to drop the .php extension on URLs and do a permanent redirect so that the browser's address...
Forum:
PHP
07-07-2011, 10:21 PM
Replies:
8
Retrieve value from cookie array?
Views:
436
Posted By
mrdemin
Completely forgot to mention that, just edited a...
Completely forgot to mention that, just edited a second before your reply :D
Forum:
PHP
07-07-2011, 10:10 PM
Replies:
8
Retrieve value from cookie array?
Views:
436
Posted By
mrdemin
The piece that sets the variables/cookies in the...
The piece that sets the variables/cookies in the log in function. The log in function gets called in my header when a user tries to log in.
$sid=session_id();
...
Forum:
MySQL
07-07-2011, 12:50 AM
Replies:
2
MySQL: Fulltext v/s LIKE %keyword%
Views:
772
Posted By
mrdemin
Just stumbled upon this, I had no idea what the...
Just stumbled upon this, I had no idea what the fulltext search was until now, and now also the boolean... Damn amazing!
Forum:
PHP
07-06-2011, 02:29 AM
Replies:
8
Retrieve value from cookie array?
Views:
436
Posted By
mrdemin
Ok, I've narrowed it down more... Finally have...
Ok, I've narrowed it down more... Finally have the time!
It isn't setting $_SESSION['sid'] OR $_SESSION['ip'] to anything when I first come to the website and try to log in, which is why the...
Forum:
PHP
07-06-2011, 01:53 AM
Replies:
8
Retrieve value from cookie array?
Views:
436
Posted By
mrdemin
Thanks! I've BEEN trying that, honestly! It...
Thanks! I've BEEN trying that, honestly!
It wasn't setting a cookie, because it was printing blanks when I tried to check if it was setting.
I don't know what I just did, BUT it suddenly started...
Forum:
PHP
07-02-2011, 12:42 AM
Replies:
8
Retrieve value from cookie array?
Views:
436
Posted By
mrdemin
Retrieve value from cookie array?
So what I am doing is setting cookies in this fashion:
Eg:
setcookie(cookie[one], val1, exp)
setcookie(cookie[two], val2, exp)
What I can't seem to figure out is how to pull the value out of...
Forum:
General web building
06-26-2011, 05:58 PM
Replies:
8
Charging for memberships, ad revenue
Views:
1,398
Posted By
mrdemin
Wow thanks for that answer, what do I owe ya?...
Wow thanks for that answer, what do I owe ya? haha.
If I planned to pocket everything I wouldn't be asking, was just wondering if even small amounts had to be reported.
Forum:
General web building
06-25-2011, 12:33 AM
Replies:
8
Charging for memberships, ad revenue
Views:
1,398
Posted By
mrdemin
Oops, sorry. I'm in the US, thought I had that on...
Oops, sorry. I'm in the US, thought I had that on the side.
Forum:
General web building
06-24-2011, 11:21 PM
Replies:
8
Charging for memberships, ad revenue
Views:
1,398
Posted By
mrdemin
Charging for memberships, ad revenue
Hey all... While working on my project I've been pondering about the legal aspects of generating ad revenue, and charging people for memberships.
I'm wondering, does anyone have a source of...
Forum:
MySQL
06-22-2011, 06:19 AM
Replies:
6
One table or seperate tables
Views:
1,182
Posted By
mrdemin
Hmm I should've went through an extra page of...
Hmm I should've went through an extra page of topics I guess haha.
You mention there should be no bottleneck with the single table design, looking ahead I have to ask (being that its ratings in my...
Forum:
MySQL
06-22-2011, 05:24 AM
Replies:
16
Can i have a table inside a table
Views:
763
Posted By
mrdemin
Just happened to stumble on this thread and got...
Just happened to stumble on this thread and got to wondering, why couldn't you have the 'userIP' and 'lastlogindate' (for example) in the user table?
A user has one ip, which can be updated on log...
Forum:
MySQL
06-22-2011, 02:56 AM
Replies:
6
One table or seperate tables
Views:
1,182
Posted By
mrdemin
One table or seperate tables
A little unsure here.
I'm adding the ability to post user comments on images, blogs, articles, profiles and am wondering if its best to create ONE comment table and somehow tag what the comment...
Forum:
MySQL
06-14-2011, 03:16 AM
Replies:
4
What the..! WHERE clause
Views:
369
Posted By
mrdemin
You know, I was just trying to figure it out...
You know, I was just trying to figure it out myself, and I think it may be that I'm using reserved keywords!
My column names that didn't work were "to" and "from".
So you actually hit my question...
Forum:
MySQL
06-14-2011, 02:47 AM
Replies:
4
What the..! WHERE clause
Views:
369
Posted By
mrdemin
What the..! WHERE clause
So I've been working on my site for some time and just ran into a problem I don't understand.
Previously when using WHERE in my select statement I've had no problem but now I'm stuck.
The...
Forum:
PHP
05-23-2011, 06:18 AM
Replies:
1
Functions vs handlers
Views:
375
Posted By
mrdemin
Functions vs handlers
Is there a significant difference?
I understand functions should be more convinient for repetitive stuff but...
I am creating a seperate include file for every function that I need to...
Forum:
PHP
05-19-2011, 06:34 PM
Replies:
2
website structure
Views:
550
Posted By
mrdemin
Sooo even though that whole thread was about...
Sooo even though that whole thread was about setting different header content, I think I've learned that you meant to imply that instead of having an "if" for every page that I have, I can rather use...
Forum:
PHP
05-19-2011, 07:59 AM
Replies:
2
website structure
Views:
550
Posted By
mrdemin
website structure
Me again, having some difficulties structuring my site now!
I'm reading a book, which suggests using a controller... Basically navigate to pages when some if conditions are met... for example if...
Forum:
PHP
05-16-2011, 07:49 AM
Replies:
6
DB connection troubles
Views:
372
Posted By
mrdemin
The error said could not connect on localhost... ...
The error said could not connect on localhost...
Anyway, I gave up trying to figure it out for now, I just installed xamp and it works for now so I'll just keep developing instead of being stuck...
Forum:
PHP
05-14-2011, 08:18 PM
Replies:
6
DB connection troubles
Views:
372
Posted By
mrdemin
I want to be able to make it work myself, well...
I want to be able to make it work myself, well with some help heh.
Looks like I only get a 500 error when I use mysqli_
I tried using mysql_error and it worked, mysqli_error gave me a 500 again....
Forum:
PHP
05-14-2011, 08:46 AM
Replies:
6
DB connection troubles
Views:
372
Posted By
mrdemin
Yea I'll have to try that in the morning... I...
Yea I'll have to try that in the morning... I came across some info saying it may be related to permissions I have set... Or an incorrect extention path... Or no php.ini in the c/windows dir......
Forum:
PHP
05-14-2011, 08:26 AM
Replies:
6
DB connection troubles
Views:
372
Posted By
mrdemin
DB connection troubles
Hey all how's it going...
I'm having some trouble with setting a DB connection on my computer... I have the latest of both php, and mysql installed on my system.
I set up a page, which makes...
Forum:
HTML & CSS
05-11-2011, 06:43 PM
Replies:
7
tables min-height
Views:
845
Posted By
mrdemin
They still use a table in that article :P ...
They still use a table in that article :P
Anyway, I'm not actually designing the site, I just need something to work with for now, figured if I'm coding everything else might as well do this,...
Forum:
HTML & CSS
05-11-2011, 06:08 PM
Replies:
7
tables min-height
Views:
845
Posted By
mrdemin
Thanks... The vertical align doesn't work for me,...
Thanks... The vertical align doesn't work for me, and the min height doesnt work in firefox...
Setting a fixed position worked but its irrelevant to where the outer table is, it will always place...
Forum:
HTML & CSS
05-11-2011, 01:13 AM
Replies:
7
tables min-height
Views:
845
Posted By
mrdemin
tables min-height
Hey guys, I'm pretty new to html but I've been fighting with tables for 2 days now.
I made a table, which houses the rest of the page content, including other tables... sort of like a border for the...
Showing results 1 to 25 of 28
Page 1 of 2
1
2
>
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
11:24 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.