Showing results 1 to 8 of 8
Search took 0.01 seconds.
Posts Made By: msteudel
Forum: PHP Jun 10th, 2008
Replies: 9
Views: 618
Posted By msteudel
Re: PHP questions - % of web + finding a developer / host

Just an FYI, I found this that has PHP vs ASP market share statistics not sure what "pas de" means ...:

http://www.nexen.net/chiffres_cles/phpversion/18284-php_statistics_for_march_2008.php
Forum: PHP Jun 10th, 2008
Replies: 9
Views: 618
Posted By msteudel
Re: PHP questions - % of web + finding a developer / host

Sorry I know this thread is a bit dead, but in case other people come here looking for the same stats, the netcraft site shows APACHE vs MICROSOFT servers, not development languages. (unless I missed...
Forum: PHP Nov 11th, 2005
Replies: 5
Views: 8,249
Posted By msteudel
Forum: PHP Nov 9th, 2005
Replies: 5
Views: 8,249
Posted By msteudel
Re: HELP: created dreamweaver form, but how do i get results from form?

I noticed the this forum stipped out my backslashes, so wherever you see "rn" in the headers area there needs to be a backslash, eg. \r\n
Forum: PHP Nov 9th, 2005
Replies: 5
Views: 8,249
Posted By msteudel
Re: HELP: created dreamweaver form, but how do i get results from form?

This should be fairly easy for you to do. We'll use a two page method as that's pretty easy to do.

1. Point your form at your soon to be created php script. You should have some like below in your...
Forum: PHP Nov 7th, 2005
Replies: 4
Views: 61,668
Posted By msteudel
Re: how can i make php alert pop ups just like in javascript.

In short you can't. But it's very easy to get the same confirmation that you would with a alert box.

1. Pass ID/Email of record along with the delete command, easiest to use a URL

e.g. <a...
Forum: Shell Scripting Jul 7th, 2005
Replies: 1
Views: 5,281
Posted By msteudel
Re: interaction with MySQL

Actually I kinda figured it out:

variable=`
mysql -u user --password=password << eof

use mydatabase;
SELECT version FROM versions WHERE versionid = 'LIST';


eof`
Forum: Shell Scripting Jul 7th, 2005
Replies: 1
Views: 5,281
Posted By msteudel
interaction with MySQL

#!bin/bash

mysql -u user --password=password << eof

use mydatabase;
SELECT version FROM versions WHERE versionid = 'LIST';


eof
Showing results 1 to 8 of 8

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:09 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC