Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 1.32 seconds.
Search: Posts Made By: StupidRalph
Forum: Other server side languages/ issues 04-11-2009, 04:50 PM
Replies: 0
Views: 1,085
Posted By StupidRalph
VHosts forwarding to wrong site

Expected behavior:
To be able to visit http://artsite and have it display the site located in I:/Documents and Settings/Ralph/My Documents/My Sites/artsite/public.

Actual behavior:
Forwards...
Forum: MySQL 02-13-2009, 03:43 AM
Replies: 3
Views: 1,429
Posted By StupidRalph
Most of the time you'll only want to store the...

Most of the time you'll only want to store the path to an image in the database and not the actual image. This topic has been covered quite frequently in the PHP forum so a quick seach should...
Forum: PHP 02-13-2009, 12:45 AM
Replies: 2
Views: 837
Posted By StupidRalph
//we will give an unique name, for example the...

//we will give an unique name, for example the time in unix time format
$image_name=$user_id [period goes here]'.'.$extension;


You forgot to add in a period after $user_id before the period in...
Forum: MySQL 01-14-2009, 03:16 AM
Replies: 14
Views: 1,256
Posted By StupidRalph
As tomws alluded, using localhost would be...

As tomws alluded, using localhost would be incorrect. You'd simply replace it with the IP address pointing to the machine hosting the MySQL server.
Forum: Apache configuration 01-05-2009, 12:53 PM
Replies: 5
Views: 3,087
Posted By StupidRalph
Sorry, I did notice that after I posted. Thanks...

Sorry, I did notice that after I posted. Thanks for your help for pointing me in the right direction with the PAC file.
Forum: Apache configuration 12-30-2008, 12:39 PM
Replies: 5
Views: 3,087
Posted By StupidRalph
Been away on holiday.... But I chose to use...

Been away on holiday....

But I chose to use dynamic virtual hosts. But I plan on looking at the above suggestions thanks.

http://httpd.apache.org/docs/2.0/vhosts/mass.html
Forum: PHP 12-26-2008, 05:31 PM
Replies: 5
Views: 742
Posted By StupidRalph
You implement sessions really similarly. Reading...

You implement sessions really similarly. Reading this link should help you out.

www.php.net/sessions
Forum: PHP 12-24-2008, 12:46 PM
Replies: 2
Views: 770
Posted By StupidRalph
You might want to give Magento a look. I always...

You might want to give Magento a look. I always it b/c it uses the Zend framework as do I.
www.magentocommerce.com
Forum: Apache configuration 12-24-2008, 12:23 PM
Replies: 5
Views: 3,087
Posted By StupidRalph
Apache Virtual Hosts for Many Different Sites

I was just wondering how everyone else handles their server when creating a new web site (locally).

I've just been creating a new Virtual hosts and modifying my HOSTS file with every new site. ...
Forum: Apache configuration 12-24-2008, 12:17 PM
Replies: 3
Views: 2,000
Posted By StupidRalph
I'm using XAMPP with prototype without any...

I'm using XAMPP with prototype without any problems. Nonetheless, have you tried uninstalling and trying another distribution of XAMPP?

Is the same thing happening in all browsers?

Mind...
Forum: PHP 12-15-2008, 10:46 AM
Replies: 2
Views: 1,457
Posted By StupidRalph
More than likely they have that info stored in a...

More than likely they have that info stored in a database. If your site is similar you can create your own simple search using SQL statements.

There are also packages out there which allow you to...
Forum: PHP 12-15-2008, 10:31 AM
Replies: 5
Views: 998
Posted By StupidRalph
Also, just as a side note...you may want to...

Also, just as a side note...you may want to backup your information before you attempt to convert it since simply changing your data type from varchar (in an inappropiate format) will truncate your...
Forum: PHP 12-15-2008, 09:42 AM
Replies: 5
Views: 998
Posted By StupidRalph
You really should store the date in an appropiate...

You really should store the date in an appropiate data type. From there you can just perform MySQL date functions that will handle most things for you. :thumbsup:
Forum: HTML & CSS 09-07-2008, 04:53 AM
Replies: 3
Views: 834
Posted By StupidRalph
Background-position is what did the trick. I had...

Background-position is what did the trick. I had the feeling that was the way to go but must've mistyped or had a syntax error when i tried it. Thanks for the help and the welcome back. I'll try...
Forum: HTML & CSS 09-07-2008, 01:47 AM
Replies: 1
Views: 912
Posted By StupidRalph
You may want to ask to have this moved to the...

You may want to ask to have this moved to the javascript area as that is where I think your problem lies. Maybe its the way your PlayAudio function is coded.
Forum: HTML & CSS 09-07-2008, 01:45 AM
Replies: 4
Views: 556
Posted By StupidRalph
When you echo out your tags. Use double quotes...

When you echo out your tags. Use double quotes and add \n for new line breaks in your code.

echo "This will be on one line. \nAnd this will be on a line beneath it."
Forum: HTML & CSS 09-07-2008, 01:23 AM
Replies: 3
Views: 834
Posted By StupidRalph
Okay so it really is a lot like riding a bike....

Okay so it really is a lot like riding a bike. I've got everything sorted out except the part about aligning the background image to the right side of my text without using the img tag. But I'll...
Forum: HTML & CSS 09-07-2008, 01:15 AM
Replies: 5
Views: 874
Posted By StupidRalph
What isn't working? I've used image maps in IE...

What isn't working? I've used image maps in IE with success. Are you sure your problem is with the image map?
Forum: HTML & CSS 09-07-2008, 01:13 AM
Replies: 3
Views: 834
Posted By StupidRalph
Aligning with CSS instead of IMG

I'm trying to have my box look like this:
http://i63.photobucket.com/albums/h160/StupidRalph/misc/forums/genre-box-example.gif

The problem I am having in FF2 (will correct in IE later) is the...
Forum: PHP 08-25-2008, 12:15 AM
Replies: 4
Views: 874
Posted By StupidRalph
Most people I know use php documenter. It uses...

Most people I know use php documenter. It uses the comments in your source code to create documentation.

http://www.phpdoc.org
Forum: PHP 04-12-2008, 03:07 AM
Replies: 2
Views: 950
Posted By StupidRalph
http://www.sphinxsearch.com/ You can also...

http://www.sphinxsearch.com/

You can also check out Sphinx search.
Forum: PHP 04-01-2008, 09:46 PM
Replies: 21
Views: 1,791
Posted By StupidRalph
Reread the comment above your most current. ...

Reread the comment above your most current. Fumigator shows you how to do what you're attempting using a text file.

Guess we were typing at the same time :P
Forum: MySQL 03-30-2008, 06:56 PM
Replies: 2
Views: 838
Posted By StupidRalph
I don't get what you're trying to do.

I don't get what you're trying to do.
Forum: MySQL 03-25-2008, 12:33 PM
Replies: 3
Views: 1,885
Posted By StupidRalph
SELECT `date` FROM table WHERE fieldcol = 2 GROUP...

SELECT `date` FROM table WHERE fieldcol = 2 GROUP BY `date`

You tried this?
Forum: MySQL 03-24-2008, 06:13 AM
Replies: 7
Views: 1,228
Posted By StupidRalph
My suggeston is to dynamically build the UPDATE...

My suggeston is to dynamically build the UPDATE query as well. I'm not sure what other type of solution you're looking for.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 04:44 AM.