1,317 Posted Topics

Member Avatar for ashishchoudhary
Member Avatar for ello
Member Avatar for chrishea
0
98
Member Avatar for Matthew N.

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.

Member Avatar for chrishea
0
159
Member Avatar for smakdown

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 …

Member Avatar for chrishea
0
126
Member Avatar for stranger_on_way

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 …

Member Avatar for chrishea
0
141
Member Avatar for sedalnas

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.

Member Avatar for chrishea
0
123
Member Avatar for Electricfan

If you are doing this for privacy reasons, you could also make all of the addressees BBC's and use yourself as the To.

Member Avatar for Electricfan
0
607
Member Avatar for keshu.krazycode

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.

Member Avatar for keshu.krazycode
0
128
Member Avatar for Snowbell

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 …

Member Avatar for Snowbell
0
151
Member Avatar for pakunoda

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.

Member Avatar for pakunoda
0
256
Member Avatar for learning_php

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 …

Member Avatar for learning_php
0
192
Member Avatar for crazycat503

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 …

Member Avatar for dos_killer
0
335
Member Avatar for pbcomput

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 …

Member Avatar for lavanyac
0
851
Member Avatar for dottomm

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 …

Member Avatar for dottomm
0
164
Member Avatar for ofir0803

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

Member Avatar for diafol
0
133
Member Avatar for Shankye

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]

Member Avatar for Shankye
0
110
Member Avatar for scourge.hellion

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.

Member Avatar for chrishea
0
72
Member Avatar for azegurb

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 …

Member Avatar for azegurb
0
120
Member Avatar for chuteboxe39

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.

Member Avatar for Maplestory
0
799
Member Avatar for arunss

You can try this [URL="http://davidwalsh.name/read-pdf-doc-file-php"]http://davidwalsh.name/read-pdf-doc-file-php[/URL]

Member Avatar for chrishea
0
199
Member Avatar for phpDave

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

Member Avatar for lyrico
0
116
Member Avatar for aitha

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 …

Member Avatar for chrishea
0
77
Member Avatar for Bliksempie

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 …

Member Avatar for pakkupakku
0
1K
Member Avatar for gazza7

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.

Member Avatar for gazza7
0
149
Member Avatar for haribo83

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 …

Member Avatar for chrishea
0
173
Member Avatar for EricIskhakov

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

Member Avatar for blocblue
0
116
Member Avatar for deanus

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.

Member Avatar for deanus
0
83
Member Avatar for arthurav

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 …

Member Avatar for quasipickle
0
111
Member Avatar for MysticalNomad

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.

Member Avatar for MysticalNomad
0
108
Member Avatar for jeevsmyd

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 …

Member Avatar for info@coywood
0
163
Member Avatar for xuexue

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.

Member Avatar for diafol
-2
98
Member Avatar for Xeros606

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 …

Member Avatar for chrishea
0
163
Member Avatar for sewingbuttons

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 …

Member Avatar for cereal
0
221
Member Avatar for askural

[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]

Member Avatar for chrishea
0
79
Member Avatar for Bishan

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]

Member Avatar for diafol
0
186
Member Avatar for jalexander3

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 …

Member Avatar for chrishea
0
129
Member Avatar for brandonna

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 …

Member Avatar for chrishea
0
139
Member Avatar for NutanGadakh

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 …

Member Avatar for chrishea
0
61
Member Avatar for sravi.pearl

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 …

Member Avatar for chrishea
0
80
Member Avatar for coxdabd

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 …

Member Avatar for coxdabd
0
361
Member Avatar for divyakrishnan
Member Avatar for chrishea
0
76
Member Avatar for daviddoria
Member Avatar for diafol
0
166
Member Avatar for nessy

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 …

Member Avatar for chrishea
0
277
Member Avatar for ibeginphp

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.

Member Avatar for ibeginphp
0
83
Member Avatar for sickpuppy18

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 …

Member Avatar for sickpuppy18
0
2K
Member Avatar for puvi

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]

Member Avatar for puvi
0
2K
Member Avatar for newman200

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 …

Member Avatar for newman200
0
160
Member Avatar for ravian48

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 …

Member Avatar for chrishea
0
124
Member Avatar for rajeesh_rsn

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

Member Avatar for krishx343
0
260
Member Avatar for shenbagam

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

Member Avatar for joehms22
0
109

The End.