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 20
1
2
3
11
>
Last
»
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
VHosts forwarding to wrong site
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
sql image upload?
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
Change Name to userid.jpg durring upload
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
Help! Access to MySql from a dedicated server
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
Apache Virtual Hosts for Many Different Sites
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
Apache Virtual Hosts for Many Different Sites
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
sessions for login
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
e-shop system for printing
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
Apache Virtual Hosts for Many Different Sites
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
Problems with Xampp, please help!
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
php google search code request
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
date difference in php
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
date difference in php
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
Aligning with CSS instead of IMG
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
mouseover triggering flash not working in ff or opera
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
html source help
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
Aligning with CSS instead of IMG
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
Image Maps
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
Aligning with CSS instead of IMG
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
php documentation
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
PHP MySQL search
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
Rotating a link and .gif
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
Adding onto values in a field
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
SELECT DISTINCT problem
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
Update image problem
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
Page 1 of 20
1
2
3
11
>
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:44 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.