1,317 Posted Topics

Member Avatar for siva28

[URL="http://www.daniweb.com/web-development/php/threads/377577"]http://www.daniweb.com/web-development/php/threads/377577[/URL]

Member Avatar for chrishea
0
65
Member Avatar for Nahiyan
Member Avatar for bwls

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.

Member Avatar for bwls
0
113
Member Avatar for davy_yg
Member Avatar for davy_yg
0
220
Member Avatar for kaosjon

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]

Member Avatar for chrishea
0
91
Member Avatar for Blaze41

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.

Member Avatar for chrishea
0
135
Member Avatar for twistercool

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 …

Member Avatar for cwarn23
0
256
Member Avatar for TheHaxx0r1215

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.

Member Avatar for chrishea
0
209
Member Avatar for bbizzl

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 …

Member Avatar for chrishea
0
218
Member Avatar for Ritesh_4

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 …

Member Avatar for ChrisHunter
0
231
Member Avatar for Ritesh_4

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.

Member Avatar for chrishea
0
89
Member Avatar for Dani

Have you come to any theories / conclusions yet as to the key factors in the latest drop in traffic?

Member Avatar for Dani
0
479
Member Avatar for Netcode

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 …

Member Avatar for Netcode
-2
202
Member Avatar for vanpersie

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 …

Member Avatar for chrishea
0
113
Member Avatar for aabi

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

Member Avatar for chrishea
-1
90
Member Avatar for davy_yg

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 …

Member Avatar for mschroeder
0
2K
Member Avatar for mathewmoozh

[URL="http://developer.mapquest.com/"]http://developer.mapquest.com/[/URL]

Member Avatar for Brian@MQ
0
130
Member Avatar for jmvazq

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 …

Member Avatar for ashishzakar
0
690
Member Avatar for IWDesigns

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 …

Member Avatar for Zagga
0
105
Member Avatar for cbwhellmouth

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.

Member Avatar for cbwhellmouth
0
193
Member Avatar for merlinem

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.

Member Avatar for merlinem
0
30
Member Avatar for Vod4All.Net

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 …

Member Avatar for Matthew N.
0
1K
Member Avatar for Pytho

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 …

Member Avatar for Pytho
0
182
Member Avatar for kaosjon

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 …

Member Avatar for cwarn23
0
100
Member Avatar for [csharp]

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.

Member Avatar for chrishea
0
50
Member Avatar for a asif

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 …

Member Avatar for diafol
0
127
Member Avatar for newbie14
Member Avatar for daza166

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 …

Member Avatar for chrishea
0
675
Member Avatar for phpangel

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 …

Member Avatar for phpangel
0
120
Member Avatar for aru211285

You'll find these topics in the list: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php"]PHP Help[/URL]

Member Avatar for chrishea
0
105
Member Avatar for txwhitetail

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 …

Member Avatar for cwarn23
0
167
Member Avatar for atticusr5

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.

Member Avatar for chrishea
0
59
Member Avatar for Krishna_Php

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.

Member Avatar for diafol
0
151
Member Avatar for davy_yg

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.

Member Avatar for cwarn23
0
154
Member Avatar for airmanturner

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, …

Member Avatar for chrishea
0
79
Member Avatar for BlueCharge

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

Member Avatar for SweatCoder
0
221
Member Avatar for kittu.kishore

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]

Member Avatar for chrishea
0
133
Member Avatar for dpmattox

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 …

Member Avatar for chiiqui
0
340
Member Avatar for khushhappy

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 …

Member Avatar for chrishea
0
100
Member Avatar for dankolo

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 …

Member Avatar for mlm2gether
0
111
Member Avatar for Coyx
Member Avatar for Danny159

If you don't find something better you could build your own from the info on [URL="http://www.britinfo.net/"]this[/URL] site.

Member Avatar for Danny159
0
111
Member Avatar for spectralbat

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 …

Member Avatar for Tomy300
0
2K
Member Avatar for MooGeek

What's wrong with Wikipedia [URL="http://en.wikipedia.org/wiki/Standalone_software"]http://en.wikipedia.org/wiki/Standalone_software[/URL]

Member Avatar for MooGeek
0
258
Member Avatar for no1uknow

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 …

Member Avatar for chrishea
0
3K
Member Avatar for thomas.edison

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

Member Avatar for thomas.edison
0
201
Member Avatar for frogboy77

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 …

Member Avatar for pseudorandom21
0
426
Member Avatar for SolImages

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 …

Member Avatar for fenixZ
0
271
Member Avatar for jacksantho

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.

Member Avatar for Morta
0
154
Member Avatar for Virangya

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 …

Member Avatar for chrishea
0
163

The End.