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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by evin666

  1. evin666

    How to Store large files in MySQL (Eg. 12MB)

    What are the configuration changes I have to do for storing large files in the mysql databases. I want to store large files of size 12MB to 20MB. I am using MySQL 4.0.18 in SuSeLinux 8.2. I tried to do changes in /etc/my.cnf file such as to increase max_allowed_packet size to 21MB but I don't...
  2. evin666

    Document Path needed if the file is used through alias

    Thank You basteinek. It worked fine. I used dirname(getcwd()) for getting the base directory. Thanks a lot
  3. evin666

    Document Path needed if the file is used through alias

    I am using PHP 4.3.4 with apache 2. I have a php file in the path : D:\php_projects\testproject\test.php Whan I use getcwd() I get the path D:\php_projects\testproject But I have to put create new files in the folder D:\php_projects\ and the path is needed as D:/php_projects/ Is there any...
  4. evin666

    Access Javascript from VB.NET

    I am not going to use ASP.NET in any way. I run the JavaScript from my VB.NET application. I give the link in my "Form Load". Now I have to access the variables and functions in the javascript and to get the values and store it in my VB Form fields or variables. There are no text...
  5. evin666

    Access Javascript from VB.NET

    How to access the variables and functions in JavaScript from VB.NET

Part and Inventory Search

Back
Top