1,317 Posted Topics
Re: First thing: your statement [B]Please solve it ASAP[/B] is not an appropriate way to state a request for help. No one here is under any obligation to help you, immediately or otherwise. If your first language isn't english, then it may just be an inappropriate use of the language so … | |
Re: I developed my own Paypal IPN interface and it has been running successfully for quite a few years now. I discovered a Class that does pretty much the same thing that lets you avoid most of the research and experimentation. You can download a copy from: [URL="http://www.micahcarrick.com/php-paypal-ipn-integration-class.html"]http://www.micahcarrick.com/php-paypal-ipn-integration-class.html[/URL] You do still … | |
Re: I don't know of a system that has quite that combination of project and payment management. I have been using a system called qdPM that handles the project and the Ticket part and it can be extended to add additional fields. You could, for example, add a rate of pay … | |
Re: You can generate these files using Headers. This pretty simple module packages it together for various output formats. You need to generate the formatted output in HTML. Word and other programs can take that HTML input and then use it as if it was the native Excel or Word format. … | |
Re: Try enclosing line 6 in single quotes rather than double. Your line would then look something like: [code=php] $hc1 = ' <?php $site_status = ''; [/code] Single quotes tell PHP not to interpret what is between the quotes whereas it does try to interpret what is between double quotes (finding … | |
Re: You probably need something like this: [URL="http://php-java-bridge.sourceforge.net/pjb/index.php"]http://php-java-bridge.sourceforge.net/pjb/index.php[/URL] ![]() | |
Re: Why are you adding on to a thread that was started in 2005 and last updated in 2007? Read the previous posts and follow the advice or open a new one if they don't help. | |
Re: You shouldn't be getting errors such as this if your WP environment has been set up correctly and if you have downloaded working themes and installed them correctly. Without understanding what you have done to reach this point, it may be difficult to understand exactly what is causing the errors. … | |
Re: We generally expect some work on your part to develop some code. If it's a programming course, then it makes sense that you would do the programming (and design) before you come here to ask a specific question. In this case you have basically defined a user requirement. Now you … | |
Re: Can't recommend any but try: [url]http://lmgtfy.com/?q=php+report+writer[/url] | |
Re: This might help [URL="http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html"]http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html[/URL] | |
Re: you can use strtotime to convert your existing date to a time stamp. You can then use that time stamp in a date command to create whatever format you need. | |
Re: This might help: [URL="http://php.net/manual/en/function.ob-flush.php"]http://php.net/manual/en/function.ob-flush.php[/URL] | |
Re: You read in the database record and then define values for each of the fields in the form as the variables that came from the database. This will work for text and textarea's. You have to do a bit more work if you are trying to put values in check … | |
Re: The answer to your question has to be pretty general because you haven't provided much information. If you are using a standard format / template, then you need a way of knowing if you require a specific block / component on any given page. * For the simple situation that … | |
Re: This would be a better way to do it. It would need to become part of the setup for the CMS (a local ini file) or you may be able to use ini_set. ini_set can only disable certain functions (not fopen for example) so you may need to go the … | |
Re: Please note that the free SMS gateways both seem to be in India. way2sms appends advertising onto text messages that they send. 160by2 may do the same (that's why it's free). User beware. | |
Re: [URL="http://lmgtfy.com/?q=embed+live+video+stream+php"]http://lmgtfy.com/?q=embed+live+video+stream+php[/URL] | |
Re: If the variable names have a consistent format like item1, item2, item3 and so forth, you can process them as variable variables in the program that receives the form output. If all the variable names are different, then you could use a foreach statement to iterate through the POST variables. | |
Re: Any reason that you wouldn't consult the XAMPP FAQ at: [URL="http://www.apachefriends.org/en/faq-xampp-windows.html"]XAMPP FAQ[/URL] Which says: [I]The DocumentRoot folder is "\xampp\htdocs". There is the index site (index.php) the real start page which is loaded after executing of "http://localhost/". Alternatively, this page can also be deleted and replaced by your own "index.php" or … | |
Re: If you were to do a search on Daniweb, you would find lots of previous posts on this topic. I have suggested [URL="http://html2pdf.fr/en/default"]HTML2PDF[/URL] before so I will do it again. If you already have formatted output using well-written HTML (e.g. with closing tags), then this utility can use that to … | |
Re: Have a look at this. It works well. [URL="http://html2pdf.fr/en/default"]http://html2pdf.fr/en/default[/URL] | |
Re: I suspect that you will need to use FTP. I could be wrong but I don't think that you will be able to do a cross-domain upload of a file the way you would on a single site. | |
Re: [URL="http://www.uniformserver.com/"]Uniform Server[/URL] is recommeneded over WAMP and Xampp because it has better security. If you still want to use XAMPP here is some more info on that: [URL="http://www.astahost.com/info.php/xampp-wampp-questions_t18396.html"]http://www.astahost.com/info.php/xampp-wampp-questions_t18396.html[/URL] [URL="http://textpattern.net/wiki/index.php?title=Using_XAMPP_(Apache-MySQL-PHP-Perl)_for_Windows"]http://textpattern.net/wiki/index.php?title=Using_XAMPP_(Apache-MySQL-PHP-Perl)_for_Windows[/URL] | |
Re: Is this supposed to mean something that someone could actually reply to? | |
![]() | Re: You might want to consider some of the available software that does this sort of thing. It may not be PHP but if all you have to do is install it and configure it, then it might do the job. Have a look at the link below (Sitekiosk): [URL="http://www.sitecafe.net/en-US/Downloads/Default.aspx?MGroup=1"]http://www.sitecafe.net/en-US/Downloads/Default.aspx?MGroup=1[/URL] |
Re: You can lots of info and examples through a google search: [URL="http://www.tizag.com/phpT/examples/formex.php"]http://www.tizag.com/phpT/examples/formex.php[/URL] | |
Re: I suggest that you use an IDE (such as Netbeans) that will identify errors for you before you even try to execute the program. PHP doesn't like this sort of array reference embedded the way you have done it. You have the same thing on line 23 as on line … | |
Re: You may want to download and use the Autoruns utility: [URL="http://technet.microsoft.com/en-ca/sysinternals/default.aspx"]http://technet.microsoft.com/en-ca/sysinternals/default.aspx[/URL] | |
Re: This is more like "why PHP is better": [url]http://www.netconcepts.com/php-versus-asp/[/url] This has some pro's and con's of each: [url]http://www.me-u.com/php-asp/phpvsasp.htm[/url] | |
Re: [URL="http://itexpertvoice.com/home/multi-core-support-in-windows-7/"]http://itexpertvoice.com/home/multi-core-support-in-windows-7/[/URL] | |
![]() | Re: When you say 'selected' do you mean that the file type is being specified in a form or where is that selection happening? If the file actually has the jpg specified as upper case in the file name, then that's the way you will want to use it rather than … ![]() |
Re: I did some experimenting with Exec. I had no problem starting a local program with Exec with one exception. If the path name contains a blank, I wasn't able to get it to work. Even if the actual program name contains a blank, it works. One simple example that worked … | |
Re: If you are you just sending SMS, then you don't need a gateway. SMS messages can be sent as an email if you know who the cell phone provider is for the person that you are sending to. There are lots of previous posts on this topic on Daniweb so … | |
Re: Dealing with XML files: [URL="http://www.w3schools.com/php/php_xml_simplexml.asp"]http://www.w3schools.com/php/php_xml_simplexml.asp[/URL] SVG files [URL="http://www.devx.com/webdev/Article/37004"]http://www.devx.com/webdev/Article/37004[/URL] [URL="http://cristian.nexcess.net/ajax/svg_chart/"]http://cristian.nexcess.net/ajax/svg_chart/[/URL] [URL="http://www.netbulge.com/index.php?action=read&click=open&article=1136832910"]http://www.netbulge.com/index.php?action=read&click=open&article=1136832910[/URL] | |
Re: Or make it a hidden variable in the form (<input type=hidden...) | |
Re: It seems that the main thing that you need is a standard htm link associated with the icon on each sponsor site pointing back to a page on your site (a href=yourpage.php?sponsor=xxx>icon.jpg</a>). This will get them back to your site and tell you which sponsor they came from. That allows … | |
Re: For starters, why do you want to create it because it probably already exists. There are many many image galleries out there so why re-invent that wheel. Almost every CMS probably has a version of this (and I mean the hundreds of CMS's not just the three that you named). … | |
Re: I only have a partial answer. You may not get everything you want in one place (at least not for free). A good converter that handles lots of formats is [URL="http://www.erightsoft.com/S6Kg1.html"]Super[/URL]. When I did editing (e.g. adding titles) I used [URL="http://www.brighthub.com/multimedia/video/articles/22658.aspx"]Windows MovieMaker[/URL]. As for the watermarks, I'm sure that you … | |
Re: It seems that you would want to make the ID a parameter in the link so you can find the right one. | |
Re: I don't know how Facebook is doing it but a couple of options come to mind: 1. Instead of having a unique page address, have the number as a parameter in the url and use that in a database select to identify the user and get the db info. 2. … | |
Re: You need to work in seconds and you need the timestamp for the starting time. 1. Use [B]strtotime[/B] to convert a string to a timestamp (format the input string in a obvious format like yyyy-mm-dd hh:mm if you can). 2. Once you have this converted, then convert your duration hours … | |
Re: Laptops are somewhat delicate so it depends on your experience and willingness to take a bit of risk. It certainly can be done but you need to be prepared for the possibility that something will go wrong and that you'll end up going to a tech with a larger problem … | |
Re: [CODE=php] echo "<a href=".$row['reviewlink'].">Click Here</a>"; [/CODE] | |
Re: You don't have a true gateway you have an SMS application. As you know, you can send an outbound SMS message as long as you know the number and the provider. Inbound SMS isn't provided by the Cell phone providers to the public. A gateway will handle both inbound and … | |
Re: It seems that MIGS (Mastercard Interface Gateway) is a niche topic and it's hard to find info on it. The developer / supporter is [URL="http://www.tnsi.com/products-services/payments"]TNS[/URL] but they don't seem to have support info or a forum on their site, probably because they sell to the Banks and then they rebrand … | |
Re: What does this have to do with PHP? It looks like you need to post this in the Javascript forum. | |
Re: These articles contradict what you are saying: [URL="http://social.answers.microsoft.com/Forums/en-US/w7install/thread/566d8e98-5ff6-41ad-bd79-593f5afa3655"]article1[/URL] [URL="http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/71519d51-f6cb-47df-b3ff-66c2928d6de4"]article2[/URL] I have a core-duo and Win 7 (Home Premium) and it uses both cores (I have a gadget that tracks usage of everything). Don't know if there is a limit on the number of cores that it will support but it … | |
Re: If you are trying to include from the root directory of your site, use: [CODE=php] include $_SERVER['DOCUMENT_ROOT']."/lol.php"; [/CODE] | |
Re: $_SERVER['DOCUMENT_ROOT'] will give you the root address. |
The End.