473,387 Members | 1,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

php.ini not being read

nathj
938 Expert 512MB
Hi,
I am just abut to use PHP and MySQL together, I have used PHP previously but never with MySQL.

At present I am working on a test site which is not visible outside the localhost but I'll try to explain as best I can.

System Info:
OS: Vista Business
Web Server: IIS 7
PHP: 5.2.2
MySQL: 5.0

I have a test page with the code:
[PHP]
<?php
$lvConnection = mysql_connect("localhost:3306", "root", $password);
if(!$lvConnection)
{
die('Could not connect: ' .mysql_error());
}
?>
[/PHP]

This however gives me the message:
Fatal error: Call to undefined function mysql_connect()

SO after some Googling around I found that there were a few steps I needed to take that I hadn't taken. Here's what I did:
1) loaded the c:\php\php.ini-recommended file into TextPad
2) changed the extension_dir to "c:\php\ext"
3) enabled the php_mysql.dll
4) Saved this as c:\Windows\php.ini
5) loaded libmysql.dll into the system32 directory and registered it.

All of that went well, or so I thought. I then ran another test page:
[PHP]<?php phpinfo() ?>[/PHP]

This shows that the correct ini file is being read, however it still lists the extension_dir as ./

I am really baffled by this and so I tried changing other settings in the file to see if they would show as I'd set them when ran my test page. It appears that nothing I change makes any difference to the results of phpinfo() and still get the fatal error when issuing mysql_connect().

If anyone can shed any light on this for me that would be great. I've been pulling my hair out for 2 days now,

Many thanks
Nathan
Jun 14 '07 #1
20 2345
Purple
404 Expert 256MB
Hi nathj,

can you post the PHP Core and Envronment sections of your phpinfo into this thread and we will take a look.

Purple
Jun 14 '07 #2
shoonya
161 100+
hope you checked mySQL as your db while installing the php
then the phpinfo.php page will be having the details of mysql along with other specifications
if you are not able to find it there
re install the php carefully

shoonya
Jun 14 '07 #3
nathj
938 Expert 512MB
Hi,

Here is the core section:

Expand|Select|Wrap|Line Numbers
  1. <table border="0" cellpadding="3" width="600">
  2. <tbody><tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
  3. <tr><td class="e">allow_call_time_pass_reference</td><td class="v">On</td><td class="v">On</td></tr>
  4.  
  5. <tr><td class="e">allow_url_fopen</td><td class="v">On</td><td class="v">On</td></tr>
  6. <tr><td class="e">allow_url_include</td><td class="v">Off</td><td class="v">Off</td></tr>
  7. <tr><td class="e">always_populate_raw_post_data</td><td class="v">Off</td><td class="v">Off</td></tr>
  8. <tr><td class="e">arg_separator.input</td><td class="v">&amp;</td><td class="v">&amp;</td></tr>
  9. <tr><td class="e">arg_separator.output</td><td class="v">&amp;</td><td class="v">&amp;</td></tr>
  10. <tr><td class="e">asp_tags</td><td class="v">Off</td><td class="v">Off</td></tr>
  11.  
  12. <tr><td class="e">auto_append_file</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  13. <tr><td class="e">auto_globals_jit</td><td class="v">On</td><td class="v">On</td></tr>
  14. <tr><td class="e">auto_prepend_file</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  15. <tr><td class="e">browscap</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  16. <tr><td class="e">default_charset</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  17.  
  18. <tr><td class="e">default_mimetype</td><td class="v">text/html</td><td class="v">text/html</td></tr>
  19. <tr><td class="e">define_syslog_variables</td><td class="v">Off</td><td class="v">Off</td></tr>
  20. <tr><td class="e">disable_classes</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  21. <tr><td class="e">disable_functions</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  22. <tr><td class="e">display_errors</td><td class="v">On</td><td class="v">On</td></tr>
  23.  
  24. <tr><td class="e">display_startup_errors</td><td class="v">Off</td><td class="v">Off</td></tr>
  25. <tr><td class="e">doc_root</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  26. <tr><td class="e">docref_ext</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  27. <tr><td class="e">docref_root</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  28. <tr><td class="e">enable_dl</td><td class="v">On</td><td class="v">On</td></tr>
  29.  
  30. <tr><td class="e">error_append_string</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  31. <tr><td class="e">error_log</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  32. <tr><td class="e">error_prepend_string</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  33. <tr><td class="e">error_reporting</td><td class="v">6135</td><td class="v">6135</td></tr>
  34. <tr><td class="e">expose_php</td><td class="v">On</td><td class="v">On</td></tr>
  35.  
  36. <tr><td class="e">extension_dir</td><td class="v">./</td><td class="v">./</td></tr>
  37. <tr><td class="e">file_uploads</td><td class="v">On</td><td class="v">On</td></tr>
  38. <tr><td class="e">highlight.bg</td><td class="v"><font style="color: rgb(255, 255, 255);">#FFFFFF</font></td><td class="v"><font style="color: rgb(255, 255, 255);">#FFFFFF</font></td></tr>
  39. <tr><td class="e">highlight.comment</td><td class="v"><font style="color: rgb(255, 128, 0);">#FF8000</font></td><td class="v"><font style="color: rgb(255, 128, 0);">#FF8000</font></td></tr>
  40. <tr><td class="e">highlight.default</td><td class="v"><font style="color: rgb(0, 0, 187);">#0000BB</font></td><td class="v"><font style="color: rgb(0, 0, 187);">#0000BB</font></td></tr>
  41.  
  42. <tr><td class="e">highlight.html</td><td class="v"><font style="color: rgb(0, 0, 0);">#000000</font></td><td class="v"><font style="color: rgb(0, 0, 0);">#000000</font></td></tr>
  43. <tr><td class="e">highlight.keyword</td><td class="v"><font style="color: rgb(0, 119, 0);">#007700</font></td><td class="v"><font style="color: rgb(0, 119, 0);">#007700</font></td></tr>
  44. <tr><td class="e">highlight.string</td><td class="v"><font style="color: rgb(221, 0, 0);">#DD0000</font></td><td class="v"><font style="color: rgb(221, 0, 0);">#DD0000</font></td></tr>
  45. <tr><td class="e">html_errors</td><td class="v">On</td><td class="v">On</td></tr>
  46. <tr><td class="e">ignore_repeated_errors</td><td class="v">Off</td><td class="v">Off</td></tr>
  47.  
  48. <tr><td class="e">ignore_repeated_source</td><td class="v">Off</td><td class="v">Off</td></tr>
  49. <tr><td class="e">ignore_user_abort</td><td class="v">Off</td><td class="v">Off</td></tr>
  50. <tr><td class="e">implicit_flush</td><td class="v">Off</td><td class="v">Off</td></tr>
  51. <tr><td class="e">include_path</td><td class="v">.;C:\php5\pear</td><td class="v">.;C:\php5\pear</td></tr>
  52. <tr><td class="e">log_errors</td><td class="v">Off</td><td class="v">Off</td></tr>
  53.  
  54. <tr><td class="e">log_errors_max_len</td><td class="v">1024</td><td class="v">1024</td></tr>
  55. <tr><td class="e">magic_quotes_gpc</td><td class="v">On</td><td class="v">On</td></tr>
  56. <tr><td class="e">magic_quotes_runtime</td><td class="v">Off</td><td class="v">Off</td></tr>
  57. <tr><td class="e">magic_quotes_sybase</td><td class="v">Off</td><td class="v">Off</td></tr>
  58. <tr><td class="e">mail.force_extra_parameters</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  59.  
  60. <tr><td class="e">max_execution_time</td><td class="v">30</td><td class="v">30</td></tr>
  61. <tr><td class="e">max_input_nesting_level</td><td class="v">64</td><td class="v">64</td></tr>
  62. <tr><td class="e">max_input_time</td><td class="v">60</td><td class="v">60</td></tr>
  63. <tr><td class="e">memory_limit</td><td class="v">128M</td><td class="v">128M</td></tr>
  64. <tr><td class="e">open_basedir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  65.  
  66. <tr><td class="e">output_buffering</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  67. <tr><td class="e">output_handler</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  68. <tr><td class="e">post_max_size</td><td class="v">8M</td><td class="v">8M</td></tr>
  69. <tr><td class="e">precision</td><td class="v">12</td><td class="v">12</td></tr>
  70. <tr><td class="e">realpath_cache_size</td><td class="v">16K</td><td class="v">16K</td></tr>
  71.  
  72. <tr><td class="e">realpath_cache_ttl</td><td class="v">120</td><td class="v">120</td></tr>
  73. <tr><td class="e">register_argc_argv</td><td class="v">On</td><td class="v">On</td></tr>
  74. <tr><td class="e">register_globals</td><td class="v">Off</td><td class="v">Off</td></tr>
  75. <tr><td class="e">register_long_arrays</td><td class="v">On</td><td class="v">On</td></tr>
  76. <tr><td class="e">report_memleaks</td><td class="v">On</td><td class="v">On</td></tr>
  77.  
  78. <tr><td class="e">report_zend_debug</td><td class="v">On</td><td class="v">On</td></tr>
  79. <tr><td class="e">safe_mode</td><td class="v">Off</td><td class="v">Off</td></tr>
  80. <tr><td class="e">safe_mode_exec_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  81. <tr><td class="e">safe_mode_gid</td><td class="v">Off</td><td class="v">Off</td></tr>
  82. <tr><td class="e">safe_mode_include_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  83.  
  84. <tr><td class="e">sendmail_from</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  85. <tr><td class="e">sendmail_path</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  86. <tr><td class="e">serialize_precision</td><td class="v">100</td><td class="v">100</td></tr>
  87. <tr><td class="e">short_open_tag</td><td class="v">On</td><td class="v">On</td></tr>
  88. <tr><td class="e">SMTP</td><td class="v">localhost</td><td class="v">localhost</td></tr>
  89.  
  90. <tr><td class="e">smtp_port</td><td class="v">25</td><td class="v">25</td></tr>
  91. <tr><td class="e">sql.safe_mode</td><td class="v">Off</td><td class="v">Off</td></tr>
  92. <tr><td class="e">track_errors</td><td class="v">Off</td><td class="v">Off</td></tr>
  93. <tr><td class="e">unserialize_callback_func</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  94. <tr><td class="e">upload_max_filesize</td><td class="v">2M</td><td class="v">2M</td></tr>
  95.  
  96. <tr><td class="e">upload_tmp_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  97. <tr><td class="e">user_dir</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr>
  98. <tr><td class="e">variables_order</td><td class="v">EGPCS</td><td class="v">EGPCS</td></tr>
  99. <tr><td class="e">xmlrpc_error_number</td><td class="v">0</td><td class="v">0</td></tr>
  100. <tr><td class="e">xmlrpc_errors</td><td class="v">Off</td><td class="v">Off</td></tr>
  101.  
  102. <tr><td class="e">y2k_compliance</td><td class="v">On</td><td class="v">On</td></tr>
  103. <tr><td class="e">zend.ze1_compatibility_mode</td><td class="v">Off</td><td class="v">Off</td></tr>
  104. </tbody></table><br>
  105.  
And the environment settings:

Expand|Select|Wrap|Line Numbers
  1. <h2>Environment</h2>
  2. <table border="0" cellpadding="3" width="600">
  3. <tbody><tr class="h"><th>Variable</th><th>Value</th></tr>
  4.  
  5. <tr><td class="e">ALLUSERSPROFILE </td><td class="v">C:\ProgramData </td></tr>
  6. <tr><td class="e">APPDATA </td><td class="v">C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming </td></tr>
  7. <tr><td class="e">CLASSPATH </td><td class="v">.;C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip </td></tr>
  8. <tr><td class="e">CommonProgramFiles </td><td class="v">C:\Program Files\Common Files </td></tr>
  9. <tr><td class="e">COMPUTERNAME </td><td class="v">HP3 </td></tr>
  10. <tr><td class="e">ComSpec </td><td class="v">C:\Windows\system32\cmd.exe </td></tr>
  11.  
  12. <tr><td class="e">FP_NO_HOST_CHECK </td><td class="v">NO </td></tr>
  13. <tr><td class="e">LOCALAPPDATA </td><td class="v">C:\Windows\ServiceProfiles\NetworkService\AppData\Local </td></tr>
  14. <tr><td class="e">NUMBER_OF_PROCESSORS </td><td class="v">2 </td></tr>
  15. <tr><td class="e">OnlineServices </td><td class="v">Online Services </td></tr>
  16. <tr><td class="e">OS </td><td class="v">Windows_NT </td></tr>
  17. <tr><td class="e">Path </td><td class="v">C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;c:\Program Files\Hewlett-Packard\IAM\bin;C:\Program Files\QuickTime\QTSystem\ </td></tr>
  18.  
  19. <tr><td class="e">PATHEXT </td><td class="v">.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC </td></tr>
  20. <tr><td class="e">PLATFORM </td><td class="v">BNB </td></tr>
  21. <tr><td class="e">PROCESSOR_ARCHITECTURE </td><td class="v">x86 </td></tr>
  22. <tr><td class="e">PROCESSOR_IDENTIFIER </td><td class="v">x86 Family 6 Model 15 Stepping 6, GenuineIntel </td></tr>
  23. <tr><td class="e">PROCESSOR_LEVEL </td><td class="v">6 </td></tr>
  24. <tr><td class="e">PROCESSOR_REVISION </td><td class="v">0f06 </td></tr>
  25.  
  26. <tr><td class="e">ProgramData </td><td class="v">C:\ProgramData </td></tr>
  27. <tr><td class="e">ProgramFiles </td><td class="v">C:\Program Files </td></tr>
  28. <tr><td class="e">PUBLIC </td><td class="v">C:\Users\Public </td></tr>
  29. <tr><td class="e">QTJAVA </td><td class="v">C:\Program Files\Java\jre1.6.0\lib\ext\QTJava.zip </td></tr>
  30. <tr><td class="e">RoxioCentral </td><td class="v">c:\Program Files\Common Files\Roxio Shared\9.0\Roxio Central33\ </td></tr>
  31. <tr><td class="e">SystemDrive </td><td class="v">C: </td></tr>
  32.  
  33. <tr><td class="e">SystemRoot </td><td class="v">C:\Windows </td></tr>
  34. <tr><td class="e">TEMP </td><td class="v">C:\Windows\SERVIC~2\NETWOR~1\AppData\Local\Temp </td></tr>
  35. <tr><td class="e">TMP </td><td class="v">C:\Windows\SERVIC~2\NETWOR~1\AppData\Local\Temp </td></tr>
  36. <tr><td class="e">USERDOMAIN </td><td class="v">WORKGROUP </td></tr>
  37. <tr><td class="e">USERNAME </td><td class="v">HP3$ </td></tr>
  38. <tr><td class="e">USERPROFILE </td><td class="v">C:\Windows\ServiceProfiles\NetworkService </td></tr>
  39.  
  40. <tr><td class="e">windir </td><td class="v">C:\Windows </td></tr>
  41. </tbody></table><br>
  42.  
I will also try a reinstall of PHP as I can't remember what was set.

I'll let you know if there is any progress. Thank you for your help
Nathan
Jun 14 '07 #4
nathj
938 Expert 512MB
Hi,

I tried to load the contesnts in a file attachment but that was too large, I tried to display them in the message but that wouldn't display.

I have now added them to a page on another site that will hopefully give you the info you are after. The address:

www.ne1online.org/demo.html

This is table output that I get from running phpinfo() - a simple copy of the source.

In the mean time I will try to re-install php ensuring to select MySQL as the database.

Many thanks
Nathan
Jun 14 '07 #5
shoonya
161 100+
there you are
the page is showing no db
jo just reinstall care fully this time

cheers

shoonya
Jun 14 '07 #6
nathj
938 Expert 512MB
there you are
the page is showing no db
jo just reinstall care fully this time

cheers

shoonya
I am trying to re-install, but that all went horribly wrong. I then uninstalled php from my machine and installed php5.2.3 and ensured that IIS knew where the php5isapi.dll file was. Unfortunately this is now not working at all. No php pages display. So I removed IIS and reinstalled it and now I can't get any pages to display at all. I don't get errors I just don't get anything, it's all highly frustrating.

When in installed php I configured it for IIS isapi and ensured the MySQL side of things was selected. This process was very different from the previous attempt, I think previously I must of just downloaded the zip file and not the msi. This time I have downloaded the msi, installed it and then loaded the zip file contents over the top, but nothing. It's like I'm step further back than before.

I would really appreciate some advice on the best way forward from here. I am open to the idea of using other web servers, pretty much anything is a possibility. However, I know precious little about this systems side of things, and that's more than anyone else in the organisation, so I really need some help and advice.

Many thanks
Nathan
Jun 14 '07 #7
shoonya
161 100+
go step wise then
considering that your IIS is working fine (though i have never wrkd on it)
type [HTML]php -v[/HTML] on command promp nd check whether your php is installed well or not
Jun 14 '07 #8
nathj
938 Expert 512MB
go step wise then
considering that your IIS is working fine (though i have never wrkd on it)
type [HTML]php -v[/HTML] on command promp nd check whether your php is installed well or not
The result of this is:
PHP 5.2.3 (cli) (built May 31 200709:37:32)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright 1998-2007Zend Technologies
Error in my_thread_global_end(): 2 threads didn't exist

I must admit this means nothing to me at all. I really appreciate your help with this.

Nathan
Jun 14 '07 #9
shoonya
161 100+
why don't u try apache ??
frankly speakin
for me also it's the same thng :)

can u look for any error in th confg file

shoonya
Jun 14 '07 #10
nathj
938 Expert 512MB
why don't u try apache ??
frankly speakin
for me also it's the same thng :)

can u look for any error in th confg file

shoonya
I would happily use Apache but I find the download and install a little scary. What Apache project would I need to run a local web server, it's not going to be exposed to the outside world, it's just on my laptop and that's that. Please advise on the best way forward, I really appreciate your help.

Many thanks
Nathan
Jun 14 '07 #11
Purple
404 Expert 256MB
Hi,

Whilst I have no problem with shoonya's suggestion of loading and running Apache, I will say the config you are trying to make work should not be causing you a problem..

That said, I am running dual boot Win/XP, IIS, PHP 5.2 and MSSQL one partition and Win/Vista as a base install on the other.

If you want to persue the IIS route, I will take 30 mins to download and install PHP and see where I get to - see if can work through this together..

Post back into this thread to let me know.

Purple
Jun 14 '07 #12
nathj
938 Expert 512MB
Hi,

Whilst I have no problem with shoonya's suggestion of loading and running Apache, I will say the config you are trying to make work should not be causing you a problem..

That said, I am running dual boot Win/XP, IIS, PHP 5.2 and MSSQL one partition and Win/Vista as a base install on the other.

If you want to persue the IIS route, I will take 30 mins to download and install PHP and see where I get to - see if can work through this together..

Post back into this thread to let me know.

Purple
This sounds great. I'd love the help. However, I have to finish for the day now to go to a speed awareness workshop. I'll post in tomorrow and we can take it from there.

Many thanks Nathan
Jun 14 '07 #13
nathj
938 Expert 512MB
I am now back at work and ready to learn. I am also feeling slightly less frustrated than yesterday. I should just point out my current system configuration:

Web Server : None
PHP: no longer installed
MYSQL: Installed and working fine

My aim is to have php working correctly with the ability to connect to the MySQL database I have. All of this is just local machine stuff, it is not visible to the outside world, it is for development and testing purposes prior to publication.

Many thanks
Nathan
Jun 15 '07 #14
shoonya
161 100+
gud then
start with web server first
IIS or apache or any other which you prefer
i personally prefer apache coz of open source
nd check whether or your localhost is running or not??

shoonya
Jun 15 '07 #15
nathj
938 Expert 512MB
gud then
start with web server first
IIS or apache or any other which you prefer
i personally prefer apache coz of open source
nd check whether or your localhost is running or not??

shoonya
I have now ensured that IIS 7.0 is working. On testing this it told me that the php5isapi.dll wasn't installed where it thought it should be. So, I took a risk, I installed php5.2.3 in that location using the msi. This worked a treat. I can now see the main page, which will at least enable me to present the basic template proposal.

I have one question based on the following code and output sample:
[PHP]
<?php
$path = get_cfg_var($cfg_file_path);
if ( $path ){
print "cfg_file_path variable is |$path|";
} else {
print "there was no file path for config <br />";
}

$lvConnection = mysql_connect("localhost:3306", "root", $lcPassword);
if(!$lvConnection)
{
die('Could not connect: ' .mysql_error());
}
else
{
echo "the connection string is $lvConection";
}
?>
[/PHP]

The output is:
there was no file path for config
the connection string is

What am I missing? What should the file path be, and what should the result of mysql_connect9) be?

I really appreciate all the help I'm getting here. I do take a look through the posts everyday to see if there is anything I can help with, even in my Newbie way.

I have also updated the page showing the output of my phpInfo() line:
http://www.ne1online.org/demo.html

I'd really appreciate it if you could point out anything you think I may be missing.

Once again many thanks to you both for all your help, it is greatly appreciated.

Nathan
Jun 15 '07 #16
shoonya
161 100+
your phpinfo.php results are fine showing mySQL is connected

just try the mysql_connect thing only and check whether it's working fine or not
I hope that it should be fine now

enjoy

shoonya
Jun 15 '07 #17
nathj
938 Expert 512MB
your phpinfo.php results are fine showing mySQL is connected

just try the mysql_connect thing only and check whether it's working fine or not
I hope that it should be fine now

enjoy

shoonya
Thank you, thank you, thank you! I have just run some very simple SQL from the database and printed the results, it is all exactly as I expected. I am actually quite excited by this.

Many thanks for all your help and patience with a newbie, I really appreciate it and hopefully this thread will help others as well.

I'm sure I'll be back asking questions again soon, but for now I'm going to look for someone to help.

Once again my thanks to you all
Nathan

PS I have now removed the demo.html page.
Jun 15 '07 #18
Purple
404 Expert 256MB
Hi Nathj,

good job getting it all sorted,

as a suggestion take a look at this to help you through your development phase..

Good Luck

Regards Purple
Jun 15 '07 #19
nathj
938 Expert 512MB
Hi Nathj,

good job getting it all sorted,

as a suggestion take a look at this to help you through your development phase..

Good Luck

Regards Purple
Hey Purple,

I saw that one, I'll take a look at that for the development phase, some good debugging info is always helpful.

Thanks again for your help.
Nathan
Jun 15 '07 #20
Purple
404 Expert 256MB
Nathan,

No problem, look forward to seeing you back here soon

Purple
Jun 15 '07 #21

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Markus Breuer | last post by:
I have a question about oracle commit and transactions. Following scenario: Process A performs a single sql-INSERT into a table and commits the transaction. Then he informs process B (ipc) to...
12
by: Steven T. Hatton | last post by:
I know of a least one person who believes std::ifstream::read() and std::ofstream::write() are "mistakes". They seem to do the job I want done. What's wrong with them. This is the code I...
6
by: BBM | last post by:
I have an object that has a fairly complex construction sequence, so I have written a dedicated "factory" class that invokes the constructor of my object class (which does nothing but instantiate...
1
by: Jose Reckoner | last post by:
I'm running python 2.3 on Windows XP. Anyone have a quick small script to convert .DT1 and .DEM data to ASCII or some other format? I don't need a viewer. Thanks!
0
by: phplasma | last post by:
Hey, I am currently attempting to implement a multi-threaded C# socket, using SSL (.pem file/certification/private key combo) server using Visual Studio C# Express. I have successfully made...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.