No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- beach hop
- PC Specs
- Win7 Pro, i5, 4GB RAM, 64-bit
15 Posted Topics
Hi Guys, What are the advantages / disadvantages of both version 1.6.8 and 1.8.3 Thanks | |
hi guys, i have a networksolutions Windows hosting premium account and am planning to install Umbraco or Joomla. For Umbraco 7: im having difficulty because of less reference in the net on setting up using webmatrix For Joomla 3: how to install in Windows hosting Thanks in advance | |
hi guys, What will happen if the PHP developer leaves the company and what might be the consequence if his/her program will be used by another developer of the company. Some concerns that the 2nd programmer will have the chance to steal the program. niu any comments are much appreciated. | |
hi, im trying to compare the string from my new $_POST['title'] and in my database. If my new post is the same in database, it must notify it is the same. I am trying to use strcmp if it is better. Or maybe anyone has better or simpler code. $newtitle … | |
hi guys, i just want to create a javascript confirm script if the file will overwrite the current file with the same filename or with a file already existing. if yes: ask to overwrite if no: back to edit file page function overwrite() { var r=confirm("The same file name existing. … | |
hi guys, am testing this script, but its not working. my requirements: current file in database and in folder is 135.docx, and if i want to update it by uploading a new file, the new filename should be 135_1.docx , if update again it must be 135_2.docx and so on, … | |
Hi guys, I have a simple php script to upload file. I'm having some problem in creating confirmation before overwriting the file from new file upload. Situation: 1. confirm() works if using file_exists BUT not overwrite the file or process the move_uploaded_file assuming some tags are correct uploadfile.php <form enctype="multipart/form-data" … | |
hi guys, am trying to make a simple PHP form submission and insert some data to MySQL, my tables are: category: -id -category_name table1: -category_id(FK) -title -description table2: -table1_id(FK) -filetype -filesize -filedate -filename Form: -Date -Title -description -category(drop down) -upload file (get the file info like type,ext,size,filename) Or is there … | |
hi guys, 1. i use this script from w3schools it works with real escape string. But my problem is it is slow displaying the table and i dont know how to check the problem. assuming password and table is correct. 2. can i change the "ajax_demo" value or delete? reference: … | |
hi guys, This topic might be a little bit common sense but I do also believe it can help so much to beginners and experts. As a developer, I always have great interest in other languages although time and effort to learn is to be strictly applied and manage. My … | |
Hi Guys, One of our staff PC has a problem, the scenarios: **Specs:** (Alias Names) * Windows 7 Pro, 32 Bit, 2 GB RAM * Company Name: Contoso * Staff PC under Domain Alpha * PC Name: Contoso1-PC * Local Users are: administrators and john * User profiles: - operations … | |
i have tried to local group policy and "Run only specified Windows applications" but i forgot to include cmd.exe and gpedit.msc How to unblock and restore to normal? PLEASE HELP. THanks. | |
hi guys, am looking for a software for printing receipt not invoice, will just type the basic data and print the receipt. For example like western union receipts. thanks. | |
Re: use this $sql="SELECT * FROM contacts WHERE id = '" . mysql_real_escape_string($q) ."'"; | |
I have problem with this drop down menu. This code is part of form.php and is used by 2 pages, 1 page is working fine in which it will not show the "-assigned-", where the other page is showing it. I don't know why they both display differently. assuming library … |
The End.