Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aspx
  • Content: Threads
  • Order by date
  1. aspx

    Win2K-MySQL cyrillic problem

    Hi! Win2k-PHP4.3.3-Apache2.0.43-MySQL4.0.15 I collect data from MSSQLServer,Access and MySQL. When I use MySQL, fields with cyrillic symbols from MySQL are not displayed correctly in the web page. But this problem doesn't exist with MSSQLServer and Access. If I use MySQL-client cyrillic data is...
  2. aspx

    Cyrillic problem with PHP-Apache-MySQL-Win2K

    Hi! Win2k-PHP4.3.3-Apache2.0.43-MySQL4.0.15 I collect data from MSSQLServer,Access and MySQL. When I use MySQL, fields with cyrillic symbols from MySQL are not displayed correctly in the web page. But this problem doesn't exist with MSSQLServer and Access. If I use MySQL-client cyrillic data is...
  3. aspx

    Limit number of rows

    Hi! I'm building Web-application and I want to limit the number of displayed records (1-10, 11-20, 21-30 etc. as hyperlinks on the page). If I use MySQLSever - there is built-in function LIMIT(start,record_numbers). But unfortunately I couldn't find equivalent function in MSSQLServer. MSSQL's...
  4. aspx

    Popup Save (or Print) windows standard dialogs

    Hi! When user clicks on these buttons (or links) Print (or Save) windows standard dialog should appear. How to do?
  5. aspx

    How to put live video (live web cam)

    Hi! How to put live video (live web cam) - refresh in real time (or delay not more than 20 sec)?
  6. aspx

    Datalength problem

    Hi! I have field in the database which should accept text (Unicode) with different size. First I set this field to be nvarchar(3000) and I've attempted to put some text (about 2000 symbols) in that field with PHP. Then I tried to view the saved text using again PHP. For my suprise the length of...
  7. aspx

    Problem with MSSQLServer

    Hi! I have field in the database which should accept text (Unicode) with different size. First I set this field to be nvarchar(3000) and I've attempted to put some text (about 2000 symbols) in that field with PHP. Then I tried to view the saved text using again PHP. For my suprise the length of...
  8. aspx

    PHP forum with MS SQL Server

    Hi! I know many MySQL-Php-Forums, but are there any using Php/MSSQLServer? P.S. It's easy to replace mysql-functions with mssql - but if there is already good MSSQL-forum why to waste time...
  9. aspx

    Real-time Data Application

    Hi again! Does anybody have some experience with building applications using real-time data (1-5 minutes delay)? My problem is: The database is MSSQL Server and it's in the same city where is my hosting company. I can't directly access the data because the Database is in local Intranet - no...
  10. aspx

    Passing variable to the same page from LINK - not from FORM

    Hi! Is it possible to pass variable's value to the same page from hyperlink (I know how to do it using form(PHP-SELF), but I need from link - it's more compact)?... Example <a href=&quot;mypage.php?id=test&quot;>send value</a> Thanks in advance for any help.
  11. aspx

    PHP and Charts

    Hi! Can someone recommend me Graph-library to use with PHP? (if there is 3D-charts will be great!!) I saw JPGraph1.9, but it's not free for commercial use...and maybe it's difficult to find PHP-hosting company which offers JPGraph... Thanx in advance!
  12. aspx

    Returning multiple values from Function execution

    Hi! Function MyF ($param) { .....//some calculations return $value1;//Integer return $value2;//Boolean return $value3;//String }; But how to access the values returned by the function MyF?? Thanx for any ideas!
  13. aspx

    Inserting only the Date of GetDate() and the Time of GetDate()?

    Hi! How to insert in table only the date-part of GetDate() and the time-part only of GetDate()? Thanx for any help!
  14. aspx

    PHP equivalent of some JS-functions

    Hi! I collect information about users visiting my web-site with JavaScript+PHP, but I'd like to use PHP only. Are there any equivalents in PHP of the following JS-functions: 1. Screen.width, Screen.height; 2. Screen.colordepth; 3. Document.referer; 4. Document.url. Thanx in advance for any help!
  15. aspx

    What is PHP-equivalent of Response.Redirect (ASP)?

    Sorry, I couldn't find it in PHP-documentation..:(
  16. aspx

    Obtain variables from JavaScript

    Hi! How can I obtain values of variables in JavaScript - if it's on the same php-page and use these values with PHP?
  17. aspx

    Is it possible?

    Hi! I have table with 2 fields: f1 - varchar(50), f2 - datetime (actually dd.mm.yyyy - dd='01' - always). Now some data: Name1 - 01.03.1999, Name2 - 01.06.1999, Name1 - 01.07.2000, Name3 - 01.09.2000 and so on... Is it possible to write such a StoredProcedure which: 1. Copy records where f2...
  18. aspx

    Help with $PHP_SELF on WINNT4/Apache2.0.40

    Hi! What I want is simply to pass variable to the same page. My code looks like: <?php If (isset($submit)) { echo &quot;You clicked here&quot;; } else { ?> <form method=post action=&quot;<?=$PHP_SELF?>&quot;> <input type=submit name=&quot;submit&quot; value=&quot;submit&quot;> </form> <? } ?>...
  19. aspx

    Background streaming audio - what format?

    Hi! What format of audio files is best to use for streaming audio (as background)? I don't like user to be redirected to download players, and other necessary stuff... Thanx in advance for any comments!
  20. aspx

    Apache 2.0.40/WinNT4/ - can't create .htaccess file

    Hi! I tried all the day today but I couldn't see using NTExproler that actually I created a .htaccess file. Is this file is viewable using NTExplorer? Directory is set to &quot;AllowOverride AuthConfig&quot;... I read the manual, the FAQ - but with no result. Actually when I was creating...

Part and Inventory Search

Back
Top