1,317 Posted Topics
Re: [url]http://lmgtfy.com/?q=amazon+list+products[/url] | |
Re: [url]http://lmgtfy.com/?q=php+prevent+update+on+refresh[/url] | |
Re: Your sql file dump doesn't show the database table as having any content. I didn't attempt to debug your code but the first step would be to ensure that you are writing to the db and saving a comment. If it's not there, you can't display it. | |
Re: There may be some things you could do with Activex but that would only work in IE. You could do this using a local program (triggered indirectly by the web program) but the user would have to be prepared to download and run that program (or it would need to … | |
Re: The php commands to do it all exist, you just need to put together a bit of code. * Create a directory: mkdir * Set file permission: chmod I think that you will need to set a default permission on files that prevents access by other users and change it … | |
Re: You haven't provided any code so the chances of anyone being able to help you are pretty slim based on your brief definition of the problem. | |
Re: If you are doing this for privacy reasons, you could also make all of the addressees BBC's and use yourself as the To. | |
Re: The good news is that it only seems to happen for the corp directory. The root address [url]http://www.lifeline400.com[/url] works ok. You need to determine what is different about /corp and change it. | |
Re: You probably aren't getting any replies for the following reasons: 1. Many people will think that you want help with a school thesis and aren't interested. 2. This is a pretty specialized topic. If you have purchased the Thesis theme then you should be using the DIY - Thesis support … | |
Re: It sounds as if you are trying to install each one individually. There are a number of packages that install everything for you. Xampp, Wamp, Uniform Server, EasyPHP. Probably easier to start over using one of these. | |
Re: What is your objective in "managing" the session. PHP will take care of this for you automatically. If you need to make the session timeout shorter or longer there are values in php.ini that you can change. I'd say that best practice is to leave it alone unless you have … | |
Re: There are a lot of photo albums out there already that are probably fancier than anything you would develop yourself. Coppermine is one. Coppermine creates thumbnails automatically when pictures are uploaded. There are a bunch of JQuery photo albums as well. Suggest that you take a look at what is … | |
Re: I haven't found a way to open a Word doc from your program and consistently retain all of the formatting: You can open PDF, Powerpoint and TIFF files using an embedded [URL="http://googledocs.blogspot.com/2009/09/view-online-files-using-google-docs.html"]Google Docs Viewer[/URL] There are a number of ways to open spreadsheet files. There are a couple of utilities … | |
Re: For starters, you should have a proper form (Starting with <form>, ending with </form> and including a <input type=submit...>). If you aren't familiar with forms, go to [URL="http://www.w3schools.com/html/html_forms.asp"]W3schools[/URL] and look for information there. Second: Using a form works in two stages. First the form is displayed and the user enters … | |
Re: If you don't already have a copy of the [URL="http://php.net/download-docs.php"]PHP manual[/URL] please download a copy and consult it first when you have an issue (as I do). ![]() | |
Re: This is the standard php email statement but there will have to be more to your script than just this. At a minimum, the variables used in the mail statement need to be set to the required values. With respect to 'safety' have a look at the link below: [URL="http://www.w3schools.com/php/php_secure_mail.asp"]http://www.w3schools.com/php/php_secure_mail.asp[/URL] | |
Re: fwrite has a third parameter that is the length to be written.If you don't have a copy of the PHP manual, you should download a copy. | |
Re: There could be a more sophisticated way to check this but a simple way would be to set some session variables in the receiving module equal to your post variables (first time thru). On each call you check the session variables against the $_POST variables and if they are the … | |
Re: Check and see if there is a brightness mode control in your BIOS. If there is one and you set it to User Control, that may make the Windows control work properly. | |
Re: You can try this [URL="http://davidwalsh.name/read-pdf-doc-file-php"]http://davidwalsh.name/read-pdf-doc-file-php[/URL] | |
Re: You can't have a where clause in an Insert statement. See the format [URL="http://dev.mysql.com/doc/refman/5.5/en/insert.html"]here[/URL]. | |
Re: bad-behavior deals with link spam it isn't a general web site security package. I wasn't aware of it so I just had a look. There are "connectors" / interfaces for some common systems like Wordpress. If you want to use it on your own site, it can be as simple … | |
Re: Just before you close this as unsolvable, it seems that what would be needed is some kind of intelligent client that would be able to break up a large file into pieces of an arbitrary size and then upload the pieces and provide appropriate info to the php program on … | |
Re: Usually this means that you don't have the variable in quotes in the form so it only picks up the text up to the first space. | |
Re: PHP is fine for what you are trying to do. Assuming that you are going to keep the jobs in a database (MySQL) then you can use some SQL statements to query the database based on your input fields. You aren't the first to want one of these and there … | |
Re: Normally, if everything is done correctly, you will get the same result in each browser. Some are more forgiving than others so you might get away with something in one browser that you won't in another. First ensure that you have a session_start command in each module. If you do, … | |
Re: The simplest way would be to get a stereo to mono plug that merges the two sources into one. You can get one at any electronics supply place and maybe even at Walmart. | |
Re: I think that your first sentence is closer to the truth than the last. You can make it harder but you can't prevent them from copying the questions. You can copy anything on the screen with a print of the screen, or the Win7 Snipping Tool or a variety of … | |
Re: In the SQL statement, it is treating $sql as a column because it isn't enclosed in single quotes. Add the single quotes and it should work. | |
Re: Use the eject button on the tray (kind of a version of "Patient: Doctor it hurts when I do this. Doctor: Stop doing that"). Seriously though, if this is a special feature on the Dell keyboard, then there is probably some code that supports it and that code may not … | |
Re: If you are looking for help, you need to tell us / show us what you have already done to try to find /develop the solution. ![]() | |
Re: Just like desktop development, it could be anything, including web sites. PHP and ASP are the most popular languages. PHP is popular because it is relatively easy to use and it is open source. It has a large user community with lots of open source systems to choose from. w3schools … | |
Re: I suggest that you replace the first and second lines of sendmail.php with: [code=php] <?PHP $email = $_POST['email']; $message = $_POST['message']; [/code] It is better to use <?PHP rather than just <? because that doesn't work on all systems. Since the first program used method="post" the second one has to … | |
Re: [URL="http://bytes.com/topic/php/answers/551302-how-detect-if-file-download-completed-cancelled"]http://bytes.com/topic/php/answers/551302-how-detect-if-file-download-completed-cancelled[/URL] | |
Re: The rainTPL website seems to be gone but rainTPL can still be found at: [URL="http://www.jooria.com/Tutorials/website-programming-16/templating-your-site-with-raintpl-141/"]http://www.jooria.com/Tutorials/website-programming-16/templating-your-site-with-raintpl-141/[/URL] ![]() | |
Re: You haven't had any replies because what you are asking for goes beyond the normal definition of "help". If you want collaborators, then you should be posting in the [URL="http://www.daniweb.com/forums/forum133.html"]Project Partners Wanted[/URL] forum. Realistically however; you would have to ask what you are bringing to the table and why anyone … | |
Re: The first and the third aren't identified as to what system was used to build them. They may be custom designs. The second one is built using VBulletin. That's a system that you can download and use, in conjunction with Wordpress if you wish. In every case, the experience and … | |
Re: You need to clarify dependent. Are these filled in a sequence (e.g. one form for name followed by another form for address). If all you need to do is to track which one they have completed, the simplest way would probably to have a session variable for each form with … | |
Re: I am not a wamp server user however, I assume that have phpmyadmin within your environment. There is more than one way to import. There is an actual import option in phpmyadmin but you can also create an sql export file in the system that you are coming from and … | |
Re: If you are running an email blast, I don't think that 500 emails should be an issue but it all depends on your web host. I have sent several thousand email blasts without a problem. If necessary, you could put a governor on it and only issue them at a … | |
Re: Append #page=7 (or whatever page number you want) to the url. | |
Re: Check php.ini and make sure the URL_fopen_wrappers is enabled. ![]() | |
Re: There are quite a number of LAMP (Linux, Apache, MySQL, PHP) development systems. You can see a list at: [URL="_FileWriteToLine($output_file, $file_line, $file_line_data) $file_line = $file_line + 1"]_FileWriteToLine($output_file, $file_line, $file_line_data) $file_line = $file_line + 1[/URL] The two you mention are somewhat lesser known (and not in the list). It seems that … | |
Re: When you redirect, you will need to pass the variable as part of the re-direct. [CODE=php] header("Location: Decryption.php?name=".urlencode($usersubmit)); [/CODE] Next time you post something, please use code ([code] ... [/code]) tags around the code that you are including in the post. | |
Re: I did a search but I didn't find a function or a really slick way that you can do this. It seems that you may need to loop through all of the days in your date range, determine the day of the week for each day and exclude it if … | |
Re: Have a look at this: [URL="http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html"]http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html[/URL] | |
Re: After reading your tale of woe, I think you are screwed with respect to the software that you bought and you need to move on. You might be able to break through the password protection but someone who is completely computer illiterate has almost no chance of being able to … | |
Re: How about by reading the PayPal documentation: [URL="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation"]https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation[/URL] Normally, PayPal is implemented on a site to accept payments (which adds funds to your account if the payment is made). Adding funds to your account directly is normally done from your bank account so you can use those funds to make … | |
Re: I presume that you want to allow them to vote once for each movie. If you store the IP for each vote for each movie, you could be carrying a lot of these voting records in your database. You might want to consider creating a cookie for each vote instead. … | |
Re: Just select the record from your DB. If no records found then it doesn't exist. Your checkh will be something like [CODE] $resource = mysql_query (select * from ... where username like '$username'); $num_rows = mysql_num_rows ($resource) if ($num_rows == 0) { // user record doesn't exist } else { … |
The End.