Meant to reply sooner but my account kept locking and I got fed up with it.
Took the time to get it fixed and now I'm back in.
I just did a complete reinstall of php and it is working (actually a couple...).
Thanks.
Search found 20 matches
I wish :)
Sadly I was not doing that, each time I made a change to the ini page and refreshed I would get a different path. This problem appears to be more annoying (though I have had that problem in the past
)
Yes
and it did not help. Tried on several occassion at that.
I retried though and also discovered this, I uncommented php_mysql.dll an dit is also failing. Strange. This means my ext. are bad. What could cause that?
I retried though and also discovered this, I uncommented php_mysql.dll an dit is also failing. Strange. This means my ext. are bad. What could cause that?
MSSQL
I am getting the following error with PHP 5 running on a win2003 server running IIS 6 and MSSQL 8 " Fatal error: Call to undefined function mssql_connect() in F:\Web\Inetpub\wwwroot\intranet\connect.php on line 2 PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mssql.dll...
- Tue Oct 12, 2004 2:01 pm
- Forum: PHP - Code
- Topic: Second Tuesday of Month
- Replies: 2
- Views: 449
Second Tuesday of Month
Does anyone know of a good tutorial on how to have php give you the second tuesday of a month.
(well really an specefic day of a month, then I can adjust).
I am trying to figure this out, and rather than be given the code, I'd really like to learn how.
I'm gonna keep googling.
(well really an specefic day of a month, then I can adjust).
I am trying to figure this out, and rather than be given the code, I'd really like to learn how.
I'm gonna keep googling.
- Tue Oct 05, 2004 4:11 pm
- Forum: Javascript
- Topic: hide columns in dynamic table
- Replies: 5
- Views: 770
OK tried a modification
So where am I confused? <script> //resize table function getElem( id ) { return document.getElementById ? document.getElementById( id ) : document.allї id ]; } function hideColumn( column ) { var obj; var c = 0; var col = parseInt(column); while(obj = getElem( 'p...
- Tue Oct 05, 2004 2:43 pm
- Forum: Javascript
- Topic: hide columns in dynamic table
- Replies: 5
- Views: 770
javascript skills arn't that good
For instance I know I can use this: <script> //resize table function shrink (whichID) { document.getElementById(whichID).width = 1; } </script> <body> <a href="javascript:shrink('test')">shrink</a> <table width="100" border="2" bgcolor="#00FF00&qu...
- Tue Oct 05, 2004 2:19 pm
- Forum: Javascript
- Topic: hide columns in dynamic table
- Replies: 5
- Views: 770
hide columns in dynamic table
I have a table created such: (I've simplified the code) $result1= mysql_query("SELECT IDNumber AS r1IDNumber, FROM wanuserinformation",$db) or die("Query failed : " . mysql_error() if ($myrow1 = mysql_fetch_array($result1)) { ?> <table border=2 bordercolor=red> <tr><td>ID Number<...
- Tue Sep 28, 2004 11:41 am
- Forum: PHP - Code
- Topic: Loop through form to enter data into database
- Replies: 2
- Views: 362
Came up with something
This works!! Just had to use the right notation for an array on the form. form page $result3= mysql_query("SELECT IDNumber AS r3IDNumber, Type, Prefix, Number, Extension FROM Phones $where ORDER BY type",$db) or die("Query failed : " . mysql_error()); if ($myrow3 = mysql_fetch_ar...
- Tue Sep 28, 2004 10:45 am
- Forum: PHP - Code
- Topic: Loop through form to enter data into database
- Replies: 2
- Views: 362
Loop through form to enter data into database
If this is covered somewhere sorry, but I'm not even sure how to search on the problem. (feel free to point) I have got a database setup as such (I'm simplifying the structure a little) table1.userid, table1.name table2.userid, table2.phonetype, table2.phonenumber table3.userid, table2.addresstype, ...
- Wed Sep 22, 2004 12:03 pm
- Forum: PHP - Code
- Topic: [SOLVED] Formatting in excel
- Replies: 13
- Views: 2533
Just in Case this helps anyone
I did some pretty large changes so I could work with a notes field This spits out the information as formatted and crazy as you wanna get <?php include "../incfiles/connect.inc"; header('Content-type: application/vnd.ms-excel'); $select = "SELECT security.idnumber AS 'ID Number', secu...
- Wed Sep 22, 2004 10:59 am
- Forum: PHP - Code
- Topic: [SOLVED] Formatting in excel
- Replies: 13
- Views: 2533
- Wed Sep 22, 2004 10:55 am
- Forum: PHP - Code
- Topic: [SOLVED] Formatting in excel
- Replies: 13
- Views: 2533
- Wed Sep 22, 2004 8:49 am
- Forum: PHP - Code
- Topic: [SOLVED] Formatting in excel
- Replies: 13
- Views: 2533
The data still came out as an excel file, but I tried to for instance add in background color=blue and it did not come out as blue. I also tried adding in <font color> etc... dif html tags, and css nothing seems to work. Any other thoughts? Oh sorry Feyd for not posting the code in a box. I'll read ...
- Mon Sep 20, 2004 1:50 pm
- Forum: PHP - Code
- Topic: [SOLVED] Formatting in excel
- Replies: 13
- Views: 2533