Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~3K People Reached
Interests
Web development,social networks, e-marketing techoogy, design, inspyration Wordpress
Favorite Tags

9 Posted Topics

Member Avatar for meda shiva
Member Avatar for diafol
0
163
Member Avatar for nikk8a

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.

Member Avatar for Eng. Hadi
0
895
Member Avatar for mallows.yum

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 …

Member Avatar for Eng. Hadi
0
471
Member Avatar for omoayan

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 …

Member Avatar for Zagga
0
148
Member Avatar for Nirmeen Ased

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 …

Member Avatar for paulkd
0
232
Member Avatar for unikorndesigns

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".

Member Avatar for Eng. Hadi
0
209
Member Avatar for adeeb.keyaam

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 …

Member Avatar for Eng. Hadi
0
196
Member Avatar for fheppell

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";

Member Avatar for Eng. Hadi
0
282
Member Avatar for Eng. Hadi

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.

Member Avatar for Eng. Hadi
0
357

The End.