1,317 Posted Topics

Member Avatar for JRM

The reason for your problem isn't clear (at least to me). If you have a value from the DB then you format it. If you don't, then you make the field blank. You then use the result as a value in a type=text field and you should have the right …

Member Avatar for JRM
0
88
Member Avatar for chadwick123

You might want to consider reliability as well. Use the link below for a page that provides some comparisons. Toshiba is one of the best, HP is the worst. I have an HP laptop that is almost three years old, has already had a number of repairs and is currently …

Member Avatar for Bob_180_Bob
0
176
Member Avatar for borntowin_786

If you want help on this, I suggest that you be specific about the error and what you have already tried in terms of isolating / resolving it. It isn't reasonable to just dump a bunch a code into a post and ask other people to do your debugging. You …

Member Avatar for chrishea
0
135
Member Avatar for Lakshith

It depends. Based on how you stated the question, the answer could be as simple as: [code=php] echo "http://... email.php"; [/code] If you have other requirements or limitations, please state what they are.

Member Avatar for SKANK!!!!!
0
81
Member Avatar for amitverma

You can use: [code=php] print_r ($_POST); [/code] Just to be sure what it is receiving. If it is there as you believe then you can check line by line after that (echo'ing values where necessary) to see that it is what you expected.

Member Avatar for furutani
0
211
Member Avatar for Croker49

Could be motherboard. See the link below: [URL="http://www.techsupportforum.com/hardware-support/laptop-support/240467-gateway-laptop-wont-boot.html"]laptop won't boot[/URL] The suggested simple test to know if it is or isn't: If you want to find out if it’s your motherboard... -unplug hard dive -unplug ram -unplug CD rom -then hit the power button If the motherboard is working correctly …

Member Avatar for chrishea
0
195
Member Avatar for K0ns3rv

You didn't provide much info so it is difficult to understand exactly what you need or what isn't acceptable. If you are trying to physically connect with a local fax machine from your PC you might have more of a challenge than just PHP. You don't say why Interfax or …

Member Avatar for K0ns3rv
0
114
Member Avatar for Flufferman

I tried your loop and I got three hits. The code I used was: [code=php] <?PHP $maand = array("11","11","11"); $dag = array("2","4","7"); $jaar = array("2007","2007","2007"); $expert = 265839; for ($i = 0; $i <= 2; $i++){ $url = 'http://contests.covers.com/sportscontests/picksByDate.aspx?date=' . $maand[$i] .'/' . $dag[$i] . '/' . $jaar[$i] .'&ur=' . …

Member Avatar for me655321
0
187
Member Avatar for JohnCookson

If you are looking for something to make the mailing part easy, have a look at the Libmail class: [URL="http://lwest.free.fr/doc/php/lib/index.php3?page=mail&lang=en"]libmail[/URL]

Member Avatar for phpbeginners
0
57
Member Avatar for vizz

Cell phone providers allow you to send to send SMS messages to cell phones by using a format of the form [email]nnnnnnnnnn@telco.com[/email] where nnn... is the cell phone number and telco.com is the specific website address for the telephone company in question. This means that you need to know the …

Member Avatar for vizz
0
730
Member Avatar for chrishea

I'm a PHP guy so I still struggle with Javascript. The answer to this is probably easy. I need to add some animation effects and I'm experimenting with JQuery [B]animate[/B]. The sample routine is set up to run when you click on the Run link. I want to change the …

Member Avatar for phpbeginners
1
222
Member Avatar for 6pandn21

Have a look at these systems: [URL="http://www.sourcecodeonline.com/list?q=php_restaurant_reservation_script"]http://www.sourcecodeonline.com/list?q=php_restaurant_reservation_script[/URL]

Member Avatar for Stefano Mtangoo
0
127
Member Avatar for muralibobby2015

Php has some specific commands (fgetcsv fputcsv) to read and write csv files. If you have spreadsheet data that you want to upload, it is somewhat simpler to upload and read it as CSV than it would be to read it as an XLS file. You can also create a …

Member Avatar for almostbob
0
70
Member Avatar for aruti
Member Avatar for chrishea
0
78
Member Avatar for polegon
Member Avatar for darkagn

That should work fine. I have done this sort of thing to prevent a double definition of a function as in: [code=php] if (!function_exists('abc')) { function abc() { ... } } [/code]

Member Avatar for darkagn
0
224
Member Avatar for rajabhaskar525

What you may want is one or more Accordion sections that open when you click on the header. Have a look at [URL="http://docs.jquery.com/UI/Accordion"]this page. [/URL]It has an example so you can see if that's what you want. If so, there is some code there you can use.

Member Avatar for chrishea
0
90
Member Avatar for w3design

Start-up problems where the system won't get through the POST process are usually caused by some sort of hardware issue. Hibernation and maybe being in the middle of the update restart process may complicate it. I have an HP laptop and my problem started when I put it into hibernation …

Member Avatar for chrishea
0
183
Member Avatar for eman neercs

There are lots of resources out there so you just have to do a bit of searching. The link below leads to a lot of programs in this general category. You may find one that does exactly what you want but if not, you can probably use one of them …

Member Avatar for chrishea
0
112
Member Avatar for sam023

Using PHPMyAdmin is the easiest way to do it. If you need to have customized processing then you can try the Google Excel reader at: [URL="http://code.google.com/p/php-excel-reader/source/browse/trunk/excel_reader2.php?spec=svn5&r=5"]excel_reader2[/URL]

Member Avatar for chrishea
0
109
Member Avatar for vishalonne

Making variables available across different modules like this is best done using session variables.

Member Avatar for network18
0
1K
Member Avatar for TheVendor

Assuming that the new image would show when the next person gets to the specific page (or pages), then you probably need Cron or something like that to trigger a (PHP) program that would set an indicator / name for which image to use. The indicator would have to be …

Member Avatar for TheVendor
0
123
Member Avatar for muralibobby2015

I suggest that you 'explode' the string and then check that the parms exist in the array that is created.

Member Avatar for muralibobby2015
0
701
Member Avatar for The Dude

Unfortunately, this isn't an urban legend. If you look at Big Pharma as a business looking to maximize their profits and dominate the market, it makes sense that they would try to control the natural food market for their own benefit. That is what appears to be happening. They have …

Member Avatar for GrimJack
0
187
Member Avatar for Kparas

It will be quicker for you to use the paypal class than to figure out what is wrong with your code. If you had provided all of the code set up to use the PayPal sandbox then it would be easy to take that code and duplicate the error. What …

Member Avatar for chrishea
0
230
Member Avatar for sneekula

Even most lawyers like lawyer jokes so don't take any of these too personally. Here's a couple more: A man walked into a bar with his alligator and asked the bartender, "Do you serve lawyers here?". "Sure do," replied the bartender. "Good," said the man. "Give me a beer, and …

Member Avatar for vegaseat
1
495
Member Avatar for gpss

Try this: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/desktop_write.php"]desktop_write[/URL]

Member Avatar for chrishea
0
105
Member Avatar for Eman84

You may find that this helps to make it easy: [URL="http://www.micahcarrick.com/04-19-2005/php-paypal-ipn-integration-class.html"]php-paypal-ipn-integration-class[/URL]

Member Avatar for liamfriel
0
210
Member Avatar for chrishea

I have been documenting my laptop problem in the Vista forum [URL="http://www.daniweb.com/forums/thread204104.html"](ref)[/URL] but it seems that maybe the problem belongs here. The system is almost dead even though there is a way I can break out of it. In a nutshell, there is something wrong at the POST stage that …

Member Avatar for lincoln2tg
-1
1K
Member Avatar for fumnimda

Are you using a secured page (Https)? If so, then apparently is isn't passed.

Member Avatar for Atli
0
83
Member Avatar for puk

I think that you may have a better chance if getting help on the Argo Forum. You can try the link below to see if the advice helps with your situation. The message is the same even though the error code is different. [URL="http://www.argostuff.com/Forums/tabid/55/forumid/1/tpage/1/view/topic/postid/3460/Default.aspx#3474"]Argo Forum[/URL]

Member Avatar for puk
0
77
Member Avatar for logonchristy

You haven't provided too much detail. You have to look at the obvious first. You haven't indicated what investigation you have already done. If you are trying to upload into this directory, you need to define it with write access. If you are getting a 404 error, chances are that …

Member Avatar for logonchristy
0
152
Member Avatar for genieuk

I have used re-directs without any problem that I'm aware of in any of the browsers. I use them on a couple of sites that re-direct in the initial index module to a sub-domain so it gets used a lot. In my case, I used a version of the following …

Member Avatar for genieuk
0
156
Member Avatar for flojito

See my latest [URL="http://www.daniweb.com/forums/thread205806-2.html"]post[/URL]. Your symptoms are a bit different but you can try what I've been doing to see if it works.

Member Avatar for Imwithadd
-1
696
Member Avatar for punithapary

500 errors can be difficult to debug. You may want to contact your web host and see if they can give you any more info from their logs.

Member Avatar for network18
0
63
Member Avatar for lcyew

Creating output files in most of these formats isn't that difficult. To make it even easier, I created a small include module that you can use. You can download it at: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/desktop_write.php"]Desktop_Write[/URL]

Member Avatar for lcyew
0
1K
Member Avatar for marcilui

If you aren't even getting to the initial (HP) screen then it is probably a hardware problem. It never gets past the initial hardware status tests and it aborts the boot and then tries to restart. This is all too common on HP laptops. For my experience with this problem …

Member Avatar for kaifong
0
168
Member Avatar for macross

Change your mysql_db_query to a mysql_query with the query string as the only parm. It will use the DB that you selected.

Member Avatar for macross
0
187
Member Avatar for virtualmisc

I tried a number of them and ended up with Sun Netbeans (which now does PHP and other languages not just Java).

Member Avatar for redhouse
-1
206
Member Avatar for chrishea

I've done some research on this and I haven't found any really good suggestions. Here's the summary: [LIST]HP dv9000 laptop with Vista (updated regularly). [/LIST] [LIST]No recent changes - was working fine[/LIST] [LIST]Put it into hibernate mode[/LIST] [LIST]Tried to restart it the next morning and it woudn't start. All the …

Member Avatar for chrishea
0
825
Member Avatar for mrcniceguy

Yahoo has an API that will should allow you to extract address info. [URL="http://developer.yahoo.com/mail/"]http://developer.yahoo.com/mail/[/URL] I'm sure that if you do a search you'll find the others (at least Google).

Member Avatar for mrcniceguy
0
342
Member Avatar for Roebuc

I ran your code through my interpreter and I didn't get an error. Is it possible that you are running on PHP 4? I believe that try and catch are PHP 5 only.

Member Avatar for Roebuc
0
2K
Member Avatar for TLCJohn

I have used this little routine to create a unique (ascending) sequence number for registrations. These aren't random, they are very predictable. If you are using the number as a unique reference number, then this is probably what you want to do. It uses a text file so you don't …

Member Avatar for diafol
0
2K
Member Avatar for sam023

With the ob_start statement, the echo statements shouldn't be a problem however, they are redundant. Try putting an ob_end_clean() before the header statements to clear the buffer and turn off the buffering. You could do the same thing with forms or buttons but it would require user intervention so this …

Member Avatar for sam023
0
139
Member Avatar for chupinette

Since PHP is interpreted at run time, you don't need to go through any sort of compilation process before putting it on a server or zipping it to make it available for download. Generally, what is working under Xampp should also work on a linux server. Some applications have install …

Member Avatar for chupinette
0
110
Member Avatar for mark2326l

If your problem is how to select the appropriate record from a (MySQL) database, then you could use: [code=sql]Select * from table1 where date like '%-$mm-%'[/code] To select a specific month.

Member Avatar for mark2326l
0
107
Member Avatar for nish123

How about: [CODE] <?PHP while($row=(mysql_fetch_array(result)) { echo " <td>$row['photo']</td><td>$row['info']</td> "; if ($row=(mysql_fetch_array(result)) { echo " <td>$row['photo']</td><td>$row['info']</td> "; } echo "</tr>"; } ?> [/CODE] I find it messy to go in and out of PHP so I modified it to make it all PHP.

Member Avatar for CFROG
0
141
Member Avatar for Froger93

To verify what is working at each step, you can use get_defined_vars(); to dump the variables to see what is defined and what isn't. You can experiment until it works.

Member Avatar for chrishea
0
213
Member Avatar for aditi_19

Read this article and see if it helps: [URL="http://www.devshed.com/c/a/PHP/Generate-PDF-Documents-with-PHP-on-the-Windows-Platform/"]article[/URL]

Member Avatar for chrishea
0
84
Member Avatar for Aamit

If you are trying the process the code as data then you will probably want to use file_get_contents and file_put_contents to read and write the php file as if it were data. You will then probably want a table of fields to check for and then scan the string read …

Member Avatar for almostbob
0
270

The End.