Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 11:24 AM.