- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
- Interests
- Web development,social networks, e-marketing techoogy, design, inspyration Wordpress
9 Posted Topics
Re: Use the unlink function http://php.net/manual/en/function.unlink.php ![]() | |
Re: Hello .. It seems that you have to use a dynamic stylesheet language like LESS http://lesscss.org/ Check it out , it may solve the problem. | |
Re: The Error is in line 33. First define a variable $projname = $_POST["projname"]; Then use this variable in your query $strSQL = "SELECT * FROM employee WHERE projmgr = '$UserName' AND projname = '$projname' "; That should work properly. And an other advice to clarify your code so you can … | |
Re: First you have to **pass** the title to the database as lowercase or uppercase as you want so you can avoid problems caused by **"typos"** during the data insertion from the user or the admin. Next you have to make the Title filed **"UNIQUE"** in the table structure so the … ![]() | |
Re: Ajax is the solution for your problem. If you don't know how to program in JavaScript and Ajax you need to use "two steps" to achive your goal. so you have to create two pages each with a form and each form will "submit". pass a hidden value from the … | |
Re: Did you put the protocol in front of the url in your html code? if not please put it so your link will be http://unikorndesigns.com/ashish ,some older mobile browsers are not "tolerant". | |
Re: First try to debug it (module by module so you can disable all the functions and test only one). furthermore, note that you can rely on the $_FILES array to check the image type and you don't need to use steps in the code starting from the line 2 to … | |
Re: You should check if the file you want to delete is existed. Try to use the file_exists function so your code would be like that: if (file_exists('test.html')) unlink('test.html'); else echo "The file does not exist"; | |
Hello community My name is Hadi and I'm a (newbie) freelance web developer and designer. Just joined the group to share experiance with other developers and designers and belive that we all have greate ideas to be reality. |
The End.