1,317 Posted Topics
Re: [URL="http://www.daniweb.com/web-development/php/threads/377577"]http://www.daniweb.com/web-development/php/threads/377577[/URL] | |
Re: See: [URL="http://php.net/manual/en/function.unlink.php"]http://php.net/manual/en/function.unlink.php[/URL] There are a number of posts about recursive deletes. In answer to your question: it looks as if the unlink won't recursively delete with wildcards. You need additional code. | |
| |
Re: This might help: [URL="http://weblogs.sqlteam.com/peterl/archive/2007/09/20/Finding-records-in-one-table-not-present-in-another-table.aspx"]http://weblogs.sqlteam.com/peterl/archive/2007/09/20/Finding-records-in-one-table-not-present-in-another-table.aspx[/URL] | |
![]() | Re: You can extract data dynamically (screen scraping) with Curl and [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_26"]other tools[/URL]. You could use this for the "Open Parties". Since the Newsletter is just a signup form, it doesn't make sense to extract it dynamically. Just copy the code, modify it if necessary then include it in your site. |
Re: If you look at the error message it is telling you that it found an undefined variable "handler" in module rsappt_pro14_front_desk.php on line 34. Since you don't have a reference to "handler" on line 34 in the module that you have posted, I suspect that this isn't module rsappt_pro14_front_desk.php. There … | |
Re: If you are running this in a local testing environment (e.g. Wamp Server), that normally isn't set up to handle mail. Let's clarify that before worrying about the code. | |
Re: Your Insert statement on line 44 doesn't look to be correct. The column names and the values need to be in sync. The second column specified was agent_id but the second value is $price. Yoy are also missing a comma after agent_id. For an insert you can use the alternate … | |
Re: I think that the point is that we expect someone in the final year of a Masters degree to be a pretty capable person. Most people don't have a Masters degree so we expect you to be among the elite of educated people in society. Education is more than just … | |
Re: From what I've read, it seems that this is in a research and experimentation stage. It may be that concrete examples don't exist yet. The theory seems quite straightforward so if you are desperate, you could try building something with the mobile app acting as a thin client. | |
Re: Have you come to any theories / conclusions yet as to the key factors in the latest drop in traffic? | |
Re: A lot of this (not all) is in the eye of the beholder. Any government, no matter how dictatorial or illegitimate, can brand rebels as "terrorists". Because other countries are hesitant to challenge this because of their own loose definition of terrorism, it seems to now be a way to … | |
Re: You should start looking at the ads in Craigslist or commercial job posting sites like Workopolis and Monster.com. It will start to give you a feeling for what companies are looking for. Obviously, it will vary but a good knowledge of html and css is a given. A good familiarity … | |
Re: "...what i need is genuine and totally new concept and that i lack." New concepts and original ideas aren't easy to come by. If you want to develop something new in terms of an online survey service, you could do a detailed review of existing survey services and list what … | |
Re: These are just notices. PHP prefers that variables be defined before they are used but it will create them as it finds them. If you don't want to see the notices, you can change the error_reporting in the program or in the php.ini file. The error message line numbers aren't … | |
Re: [URL="http://developer.mapquest.com/"]http://developer.mapquest.com/[/URL] | |
Re: I had a look at the image generated by your program and I didn't see a problem with the quality. I also tried a version of your code and the image it produced also seemed fine. Other than using my own image, the only other significant change was to use … | |
Re: The situation varies by country / service provider. In North America (that I am most familiar with), the phone companies provide email addresses that you can use to send an SMS message to a phone and there is no charge to do that (for the sender). This is intended for … ![]() | |
Re: I think that you need to check the variables that are sent from the form module to make sure that it is actually receiving the result from the Captcha. | |
Re: If you could try explaining your question a little better, someone may be able to help you. I cannot understand what it is you want to know. | |
Re: This is a very common problem that has been raised (and solved) many times before. I suggest that you use the search capability on this site to look for similar problems that have already been solved before posting it as a new problem. In this case a search will provide … | |
Re: It will probably be easier if you paste the info into a spreadsheet, save it as a CSV file then read it into your PHP program and create your array. This may still take quite a bit of manual work if all of the info isn't in the same order … | |
Re: It could be as simple as a blank in one of the fields. I suggest that you do the two compares separately (one after the other) and see which one fails. For the one that is failing, look very carefully at the data. You might want to use PHPMyAdmin to … | |
Re: You can put code at the start of the module to check the access conditions that are required for that module. If the conditions aren't satisfied, then you could just terminate with a message or redirect back to the home page or somewhere else. | |
Re: Your objective seems about as realistic as saying: I'd like to built a violin like a Stradivarius. I don't have any experience in woodworking or making instruments. What sort of wood should I use?" Google Earth is a pretty advanced system that uses a lot of Javascript / Ajax. Trying … ![]() | |
Re: [URL="http://html2pdf.fr/en"]http://html2pdf.fr/en[/URL] | |
Re: I, for one, have never taken a forensic computing course / degree so without knowing what the course covered, it's hard to make any suggestions. I suspect others may be in the same situation. I imagine that there is some distinction but also some overlap between computer security and forensic … | |
Re: The query on line 71 probably didn't work. Your code doesn't have a Connect so I take it that was done previously but not shown. I suggest that you echo $busca at line 70. I find what you're doing with $posicao confusing and probably won't work the way you expected … | |
Re: You'll find these topics in the list: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php"]PHP Help[/URL] | |
Re: As stated previously, almost anything can be hacked given enough time and incentive. If your cost is high then you are providing that incentive. Another approach would be to provide online access to the data through an application rather than handing over the whole thing on an SD card. Depending … | |
Re: For the While, you used open and closed brackets instead of open and closed braces {}. One you fix that, you'll have an error on line 30 because you have strings without any quotes. You could put the whole string in double quotes and it will work. | |
Re: It depends on what you want to accomplish. To develop new plugins, you will need to know Javascript and the options available using the JQuery module. If you just want to use existing plugins, you just download them and experiment with them. ![]() | |
Re: Perhaps you should put a closing brace before the Else. Not sure why you have two closing braces after the "else echo..." and no opening brace after the Else. | |
Re: You started off well when you said "I need to create a Page that a user can register on and also a log in page as well." The important word there is "I". You somehow got the mistaken impression that you can just put in an order for some code, … | |
Re: Check all of the included files as well and if you're still stumped then you can always use obstart() to buffer any output as a quick fix (and then discard it at the end). | |
Re: This may help. [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php[/URL] | |
Re: It depends on your style and how you learn. Some people seem to need the structure of a formal course and textbooks. I like to jump in and thrash around until I figure it out. I think that I bought a book for reference but mainly it was a lot … | |
Re: So why is this unsolved? There are a number of different ways that this can be done. The way you are proposing gives all of your admin staff the same code so this makes it less secure than other possible approaches. If you want to take this approach anyway, you … | |
Re: Config files are sometimes put in the root and sometimes in secondary directories. You can protect the file so it can only be read by the system. Maybe someone else will have a different opinion but I don't think that it is any more vulnerable in one place than the … | |
Re: What is [B]surryussface flu[/B]? | |
Re: If you don't find something better you could build your own from the info on [URL="http://www.britinfo.net/"]this[/URL] site. | |
Re: Creating a chat bot is a pretty challenging project. It might be a very long and frustrating project for someone who doesn't already have pretty good PHP and MySQL knowledge and preferably some knowledge / experience with artificial intelligence. It is possible in PHP and MySQL and the good news … | |
Re: What's wrong with Wikipedia [URL="http://en.wikipedia.org/wiki/Standalone_software"]http://en.wikipedia.org/wiki/Standalone_software[/URL] | |
Re: This works but I haven't done much experimenting with how to format it. If you take a sample Powerpoint presentation and save it to a 'web page' you will see how Powerpoint itself formats things to be able to recreate the Powerpoint format. If you find a PHP library/utility that … | |
Re: Facebook and other large applications are built with PHP and MySQL so they can handle large scale apps. Also cheaper, probably simpler and lets you run under Linux (or Windows if you really want to). | |
Re: I'm a realist not a pessimist. I've never been clinically depressed and I hope that will never be the case. Realistically speaking, there are some reasons why it is difficult to look at the future of Western democracies with a lot of optimism. Many of these economies are on a … | |
Re: Free Tip: It can sometimes be a lot quicker to search for your problem on the web and see what solutions other people have come up with rather than post it on a forum such as this one and hope that someone will solve it for you. It appears that … | |
Re: It may seem obvious but have you verified that you actually have data for those other fields. I suggest that you dump all of the values before the print just to be sure. | |
Re: There are others like Zend and Source Guardian but this one is at least as good as the other options. They also offer an online service which is pay-as-you-go so you don't have to buy the software up-front. The free options (and some of the commercial ones) are obfusticators and … |
The End.