-
Replied To a Post in Modify 'FileMatch' in the httpd.conf in Apache
I don't see any mention of `Header` being valid for `FilesMatch` in the [manual](http://httpd.apache.org/docs/2.2/mod/core.html). -
Replied To a Post in Search SQL
> I wonder why if I leave search empty then there is no data return Because if `$search` is an empty string, then the `WHERE` needs to match those columns … -
Edited c++ (converting characters to ASCII
Create a program that will accept a character and display its ASCII value. -
Edited Freelance vs employee designer
Hey there, This isn't a code question, but rather one about money. Just looking for opinions: is it better to be a freelance web designer, or try to find employment … -
Replied To a Post in Search SQL
`ORDER BY` comes after `WHERE` -
Replied To a Post in Trying to loop through with While and send Data
A while does not have an else. You'll have to put an if before the while. -
Replied To a Post in save static and dynamic input field value in database via loop
Have a look with print_r($_POST); You'll see that some fields are arrays. You can loop through them with foreach. -
Replied To a Post in build.properties example
> if I could find that one post where I solved this exact post asking the exact same question If you can give some specific details on what to search … -
Replied To a Post in Error msg with 'string'?
A namespace and class definition are missing. -
Replied To a Post in joomla-To set free shipping
Are you using an extension? Did you check it's documentation? -
Edited power problem
my hp pavilion G6 wont power up and whenever i press the power on button it kept on blinking continuously but wont boot up..pls what can i do? -
Replied To a Post in FaceBook login Issues again?
https://www.daniweb.com/community-center/daniweb-community-feedback/area-51/threads/483788/facebook-login-madness Probably still the same. -
Edited generating
hi guys is it posible to generate numbers using array and link list in data structure? example generating number 1 to 5000, can you give me some examples? -
Replied To a Post in remote upload
Did you search? Upload what? What method do you want to use? Do you have control over both servers? -
Replied To a Post in Getting error on file upload
Are you sure the permission are on the correct folder? Most of the time the error messages are correct. -
Edited Enable or disable the comport in device manager through vb.net program
It is possible to Enable or disable the comport in device manager -
Replied To a Post in Getting error on file upload
Says permission denied, so your permissions are not set correctly. -
Replied To a Post in Getting error on file upload
What error exactly? -
Replied To a Post in Getting error on file upload
What error exactly? What is your code? -
Replied To a Post in Trying to loop through with While and send Data
> Using PHPStorm and getting an "Expecting statement' error. Here's what I have so far: On which line? -
Replied To a Post in Mysql Grid
Just like the other `echo`, but before your loop. -
Replied To a Post in mysql tables lock problem while reading
What exactly have you read? -
Replied To a Post in PHP Questions with answers
Yes this is a forum, and a place for discussions. It does not have a test hidden somewhere. Are you looking for something like codeacademy or phpacademy? -
Replied To a Post in Hello every body
Welcome to DaniWeb. -
Replied To a Post in build.properties example
> So , it has been 21 hours This is a forum, not a chat room. Google turns up search results like these: http://www.avajava.com/tutorials/lessons/how-do-i-use-a-build-properties-file.html -
Replied To a Post in Mysql Grid
Did you add the table tag? -
Replied To a Post in Please delete my post
> Why doesn't the user have the option of deleting his own post?? You have 30 minutes to edit, that's it. In most cases a post already has replies, and … -
Replied To a Post in Please delete my post
We don't just delete threads, unless it is in violation of our rules. -
Replied To a Post in Mysql Grid
If the above is all you have, then the `<table>` tag is missing. -
Replied To a Post in link between MS Access files and Visual Basic
Are you publishing to an IIS Server? Does it have an MS Access driver installed? -
Replied To a Post in Hello Everyone,
Welcome to DaniWeb. -
Replied To a Post in Problems with Vectors, migrating projects from VC6 to VS2010
> The result (that comes in a Vector format) has the first element of the vector OK but the rest are messed up, as if there was some kind of … -
Replied To a Post in Combo box does not record data
Yes. That's what I meant. See this: <select name="group_level"><br /> <b>Notice</b>: Undefined index: level _name in <b>C:\xampp\htdocs\squprime\administrator\admin\groupinfo_edit.php</b> on line <b>188</b><br /> <option value="">advance1</option><br /> <b>Notice</b>: Undefined index: level _name in … -
Replied To a Post in build.properties example
At the bottom of the page is a link "Desktop version". That will give you some more options. -
Replied To a Post in ajax validation before clicking submit button
http://jqueryvalidation.org -
Edited Button
Hello, I am trying to create a clickable button that pass value to the next page after the button being clicked. Yet, now what I have is a button that … -
Replied To a Post in html to theme
Did you read the support pages at themeforest? -
Replied To a Post in Combo box does not record data
Check the HTML, specifically for the generated select tag and paste that here. -
Replied To a Post in build.properties example
What language/compiler? -
Replied To a Post in unable to echo session variable
$_SESSION=['cardno']=$_POST['cardno']; Should be $_SESSION['cardno'] = $_POST['cardno']; -
Replied To a Post in This Account Has Been Suspended
Contact your host. Could be anything from Terms of Service violations to missing payments. -
Replied To a Post in Undefined variable student_id
`?student_id=` That's why it's undefined, it doesn't have a value. -
Replied To a Post in DaniWeb member badge linkback points to 127.0.0.1
Ah. Need more coffee, missed the point entirely... -
Replied To a Post in Create arrow line with tooltip at run time by using canvas
https://www.youtube.com/watch?v=w4DrPwQujfo -
Replied To a Post in Combo box does not record data
> I already try: That's not what I asked. -
Edited asaad
hey everybady my name is ahmed i'am a junior asp.net programmer and also an IT helpdesk adminstartor and very happy to share my apps and my problems here -
Replied To a Post in DaniWeb member badge linkback points to 127.0.0.1
I have one, but it's still working. If you want to compare, it's at dwapi.pritaeas.net -
Replied To a Post in Mysql Grid
> i whant that every result to show it one down the another(mysql grid table) but with that kind of search. What exactly are you trying to achieve? Can you … -
Replied To a Post in Modify 'FileMatch' in the httpd.conf in Apache
Shouldn't the dot be escaped with a backslash? -
Replied To a Post in Payza IPN Handler is not working or not sending IPN messages
Hard to say. Doesn't Payza have a forum or kb?
The End.