Search found 10 matches

by DynPHP
Wed Aug 11, 2004 12:32 pm
Forum: PHP - Code
Topic: [SOLVED] Will not return 1st recond, but returns all the res
Replies: 3
Views: 564

Figgered it out, thx anyway
by DynPHP
Wed Aug 11, 2004 12:28 pm
Forum: PHP - Code
Topic: [SOLVED] Will not return 1st recond, but returns all the res
Replies: 3
Views: 564

feyd | Please use tags when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] /*office*/ if($_POST[month] == 0 && $_POST[year] == 0 && $_POST[flight] == "flt" && $_POST[u_office_sym] != "so&quo...
by DynPHP
Wed Aug 11, 2004 12:14 pm
Forum: PHP - Code
Topic: [SOLVED] Will not return 1st recond, but returns all the res
Replies: 3
Views: 564

Will not return 1st recond, but returns all the rest

I have a simple search that works (almost), problem is; it returns all but the 1st record from the table. example if I have 3 people all with the same birthday, I do a search by birthday with a sort by last name ASC, what gets returned is the 2nd and 3rd records the first record does not get shown. ...
by DynPHP
Wed Jul 23, 2003 10:19 am
Forum: Databases
Topic: Trying to Import MySQL data into ArcMAP
Replies: 1
Views: 340

Trying to Import MySQL data into ArcMAP

Has anyone done this, we keep getting an authentification error. Am using ODBC connection to connect from the database to the windows box.

Error I get:

Code: Select all

[ODBC 3.51 Driver]Access denied for user:'user name@ip address'(Using Password:Yes)
by DynPHP
Mon May 12, 2003 8:11 am
Forum: General Discussion
Topic: Would you do this?
Replies: 17
Views: 3925

Take your seed money and get your MCSE certification then take a job with a government contractor as a network admin or help desk tech. Believe me, the headaches of small business ownership in this economy are not worth it. Maybe 4 years ago when we were all raking it in as web developers/designers,...
by DynPHP
Mon Apr 28, 2003 1:30 pm
Forum: PHP - Code
Topic: format of text in a textarea
Replies: 4
Views: 1395

thats because it's an "L" not a "1"
by DynPHP
Tue Apr 15, 2003 1:00 pm
Forum: PHP - Code
Topic: Highlight keyword or parts there of...
Replies: 2
Views: 305

Thx, I actually came up with something that does exactly what I want... <?php $string = "$_SESSION[keyword]"; $get_vendor = preg_split ("/[\s,]+/", "$vendor"); $get_sw_name = preg_split ("/[\s,]+/", "$sw_name"); $get_compatable_os = preg_split ("...
by DynPHP
Tue Apr 15, 2003 9:33 am
Forum: PHP - Code
Topic: Highlight keyword or parts there of...
Replies: 2
Views: 305

Highlight keyword or parts there of...

I have been trying all weekend to get t his to work. I am able to do a keyword search where the keyword is highlighted upon display, what I also want to be able to do is highlight parts of words or phrases that contain the keyword. EX: if $keyword = "Windows 2000", and the search returns W...
by DynPHP
Fri Mar 21, 2003 8:36 am
Forum: PHP - Code
Topic: Insertion is a pain, any ideas?
Replies: 1
Views: 292

Insertion is a pain, any ideas?

Working on storing information that is choosen via checkbox, tested with print_r() and information is parsing thru, but will not insert into table. Any ideas? if(isset($_POST&#1111;"std_sw"]) ): // check to see if any checkboxes selected $std_sw = $_POST&#1111;"std_sw"]; ...
by DynPHP
Tue Mar 04, 2003 8:25 am
Forum: PHP - Code
Topic: Installer for windows
Replies: 4
Views: 705

Installer for windows

I remember reading about an installer for windows that installed php/apache/mysql but I can't seem to remember the name. Can anyone help me out.

Thx.