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 wOOdy-Soft 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: egmweb
  • Content: Threads
  • Order by date
  1. egmweb

    Copying files between remote ftp hosts

    Hi All, I just wondering if there is any way to have a script in php and/or an application to move or copy the files from ftp.server1.com to ftp.server2.com without local computer. Thanks to all in advance. EGMWEB
  2. egmweb

    PHP MYSQL Query

    Hi Guys, I wonder if you may help me querying my database for specific values that I need as follows: db: db1 table: table1 I have the following fields in table1: id, item_name, item_descrip, item_number, amount, active my values for those fields are: 1, item1, something1, 1, 10, yes 2...
  3. egmweb

    Themida popup at startup

    Hi All, please how can I delete this thing called themida from my computer as everytime windows starts it displays 5 popups from themida. I've got into the Task manager and the process to hold this themida is the svhosts.exe Please what can I do to remove this? I'm uning winXP and CA as...
  4. egmweb

    Installing gd library in Fedora

    Hi all. I'm trying to install the gd library in fedora but I can't. Here is what I'm doing: root@zeus [~]# yum -y install gd Loading "installonlyn" plugin Setting up Install Process Setting up repositories core [1/3] updates...
  5. egmweb

    IE 7 closes Unexpectedly after open a web doc.

    Hi all, I'm having problems with IE7 everytime I'm trying to open either an excel 2007 or word 2007 or powerpoint 2007, I mean, any document from the Web, it closes unexpectedly and after that asks me whether to send or not the error. I'm using Windows XP. Here is the exact error message from...
  6. egmweb

    Reloading webpage 1 Time

    Hi All. Please I need all your help in this matter... I'm starting to program and I'm writing a little code as following: I have a test.php querying every 20 sec a table in a mysql database requesting a value (0 or 1). For first time the value of the table will be in 0, which means "off"...
  7. egmweb

    Check value in database

    Hello Guys. I'm new on this. Please how can I do to check every 5 seconds a value in a mysql database using ajax and php4? For example: I have an offline image and the value in the database is 0. Then I set the value to 1 in the database and automatically the image turn over to online image...
  8. egmweb

    Update Data in a row

    Hello All. I have a database with 1400 rows and we have a column called descript. But each content of the row in "descript" have different text. This text have words with a "?" sign. How can rename each word that have a ? sign with another word? for example: Descript >> hello we are t?king a...
  9. egmweb

    Problem With Windows Explorer

    Hello Guys. I have a big problem with windows explorer. When I open it, shows all folders and the content of each one in the hard disk, but when I click on an specific folder(C:\apache\htdocs) from apache web server, doesn't show me anything and it says 0kb and of course we have websites...
  10. egmweb

    Inittial Configuration of WHM

    Hello Guys. Do you have any guide to improve the performance for an initial configuration of Web Host Manager? Thanks you.
  11. egmweb

    for problem

    Hello Guys, I'm having problems writting a script with for sentence and it doesnt shows me nothing. this is my code for ($i=0; $i<2; $i++){ echo '<menu><gallery name="'.$i.'">'; } I'm trying to print an xml code. Please does anybody help me with this? Thanks you.
  12. egmweb

    Mysql Results in an array

    Hello Guys. I'm trying to make an script to makes the results of an mysql query into an array, for example: $mysql = mysql_query("SELECT gallery.name FROM gallery"); while ($row = mysql_fetch_row($mysql)){ $g = $row[0]; echo $g.' '; } The results will be: gal1 gal2 We need this...
  13. egmweb

    Apache web content permissions

    Hello Guys. I'm new on Apache, please help me with this issue. I have www.mydomain.com and when I enter this address to an internet browser, some folders and files appear like a tree. How can I do to change that?? I need to set the error 403 Forbidden, to all domains which doesn't have any...
  14. egmweb

    Setting Permissions to an User

    Hello all. We have Fedora core 2 and plesk 7.5 reloaded. We created a domain and works perfectly, We also creates some Web User. We need to set permissions to the main account for an specific domain to add, delete, edit folders and content in each web user folders for this domain. For...
  15. egmweb

    send Function not working

    Hello Guys. I'm new on this. Please help me. I have a problem trying to send 2 variables from flash 8 to a php script. The php Script tells me the following: "Undefined" for both variables here is my code, I don't know whats wrong. /////////////////////////// var sendlformvars:LoadVars = new...
  16. egmweb

    Importing .txt file through PhpMyAdmin

    Hello all. I'm having problems trying to run a query into phpmyadmin. The error: There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are...
  17. egmweb

    Combo Box problem

    Hello all. I'm new on this. I'm having problems with a combobox in flash 8 trying to sending the variables to php script. Here is my actionscript code: lname1.addItem("Billing", "Billing"); lname1.addItem("Support", "Support"); lname1.addItem("Sales", "Sales"); function validate (address) {...
  18. egmweb

    Problem Printing OKIDATA ML320

    Hello all. I'm having problems trying to print any document on my OKIDATA ML320 on Windows XP. I'ts drops me some code (220060) first and after that the documents prints in big font and the letters are from down to up and from right to left. Please does anybody can help me? Thanks you.
  19. egmweb

    Variables doesn't works

    Hello all. I'm making a website based on php/mysql and I have some functions which I include in index.php at begin of this file. But I have a problem with the variables... when I send a variable through get method to the next .php page, it displaay the following errors: Notice: Undefined...
  20. egmweb

    Insert 2 Form tag into a single body

    Hello Guys. I'm building a website, and I have 2 form tags like this: <body> <FORM action="test1.php"...> <FORM action="test2.php"...> <Table...> content <input type=submit...> <input type=sumit...> </table> </form> </form> </body>.... If I press on first buttom the form field execute...

Part and Inventory Search

Back
Top