1,317 Posted Topics
Re: I don't understand your problem. Usually the link on the affiliate site carries a whole bunch of information as parameters. You can include whatever you need in it (including the referral source - the Affiliate name or number). If you know the url for your Affiliates' sites, you could also … | |
Re: You don't feel a need to connect to a database (mysql_connect) before you start issuing queries? ![]() | |
Re: If this is a local device, then I think that you are trying to use PHP for something that it wasn't really intended for but you may still be able to make it work. You receive data [U]approximately[/U] every 10 seconds but you want your task to fire [U]exactly[/U] every … | |
![]() | |
Re: I use an older (free) version of Knowledge Base Publisher and I like it. The newer versions are no longer free but they presumably have more bells and whistles. [URL="http://www.kbpublisher.com/"]http://www.kbpublisher.com/[/URL] | |
Re: This site provides a (Vista) procedure to get rid of the Welcome Center which is what this DLL is used for. They also promote some registry tools and I'd be cautious about using those. [URL="http://www.dll-error-fixes.com/remove-oobefldrdll-disable-windows-vista-center/"]http://www.dll-error-fixes.com/remove-oobefldrdll-disable-windows-vista-center/[/URL] | |
Re: Have a look [URL="http://cid-11e09a8750032f2c.skydrive.live.com/browse.aspx/blog/Software/Windows%20Help%20program%20%5E5WinHlp32.exe%5E6"]here[/URL] | |
Re: Trapping incoming email is the more difficult part. The first article below will give some info on it but if you are using a web hosting service with a shared server, it may depend on what they support. I could not access the incoming mail on my server by forwarding … | |
Re: You should post the code, especially for the addaction module. You don't say what you are doing that shows that they haven't been saved. | |
Re: Have you tried re-installing the software? Unless there is something in the install that is different on each install, you should still be able to open the files if you have the password. | |
Re: Your (CODE) statements are showing in the post so something wasn't done correctly in posting this. It shows 2 code statements at the beginning and a (/code) at the end. Bottom line is that it isn't being taken as code and the option to view plain text isn't there. That … | |
Re: If you don't have a copy of the PHP manual, you need to download a copy and use it. It states very clearly: [I]'w' Open for writing only; place the file pointer at the beginning of the file and truncate the file to zero length. If the file does not … | |
Re: The column alignment is being done in the browser based on the generated html and doesn't have anything directly to do with the PHP on the server. The PHP would only matter if it was generating different html for one page versus another. It is more likely that the browser … | |
Re: Here are a couple made for soccer / football that you might want to adapt. [URL="http://sourceforge.net/projects/phpffl/"]http://sourceforge.net/projects/phpffl/[/URL] [url]http://www.rocketdownload.com/scripts/program/octavian-fantasy-football-league--offl--7450.html[/url] | |
Re: Have a look at this program. You can convert to another format such as html and then display the result. [URL="http://www.weberdev.com/get_example-3211.html"]http://www.weberdev.com/get_example-3211.html[/URL] | |
Re: This seems like a pretty simple and solid utility. You can set primary partitions with it. You may need to contact their support people about changing the Boot partition. [URL="http://www.partitionwizard.com/index.html"]http://www.partitionwizard.com/index.html[/URL] | |
Re: If you are trying to display the button again on a second page (e.g. as a confirmation) and you want it to be turned on if it was selected on the first page then you need to use the 'checked' parameter to turn it on: [code=php] if ($_POST['radio'] == "projectassign") … ![]() | |
Re: If you have a PHP manual and you look up chmod, then there it is. As mentioned however; setting it to 777 may not be the greatest idea. | |
Re: I don't think there is any other answer other than your code has to be smart enough to check for (valid) content in the form fields before you try to use them in your program. If you have a field that might have a number or might be blank and … | |
Re: Generally this means that you have some sort of hardware problem that keeps the PC from booting properly. If you look in the Hardware section (troubleshooting dead machines), you'll find lots of postings for similar problems and things to try. It can be bad connections or dust but it may … | |
Re: There are services that provide the front-end for you. This is one of them: [url]http://www.interfax.net/en[/url] It has an API so you can provide your own interface. I've never used it so I can't say if it is a good service or not. You can probably do a search and find … | |
Re: You could / should generate the search based on specific fields that are entered in your input form (rather than a generalized search term). Something like: [code=php] $sql = "select from contracts where "; if ($first_name <> "") { $sql .= "FirstName like '$first_name' "; $and_sw = 1; } if … | |
Re: On my system, the most recent replies are below the top of the reply box (so you can't see them). ![]() | |
Re: I had a similar problem and I took it to a tech who changed the female power jack in the machine and it worked for a bit and then wouldn't start at all. I then bought a new power adaptor and then it was fine. In hindsight, it may not … | |
Re: If it's worth a few bucks, these guys provide a guarantee: [URL="http://www.decryptum.com/about.html"]http://www.decryptum.com/about.html[/URL] This one is free: [URL="http://www.makeuseof.com/dir/xlscrack-unlock-excel-spreadsheet-without-password/"]http://www.makeuseof.com/dir/xlscrack-unlock-excel-spreadsheet-without-password/[/URL] You may have tried these already but your note doesn't specify which ones you tried. | |
Re: If you install the program (the basic one is free) it prompts you for the tutorials on the first use. The link to the tutorials is below: [URL="http://community.screen-scraper.com/Tutorials_Menu"]http://community.screen-scraper.com/Tutorials_Menu[/URL] | |
Re: It would seem that your video card is probably fried. If you cleaned it up and the fan is turning but still nothing, then you need to try another one. If it's booting without that card in, chances are good that the rest of the hardware is ok. Get another … | |
Re: I'll start with the obvious question: Is there a Wireless Lan switch and is it turned on? If there is no switch or if it is on and all the drivers are showing as ok, then you may have a hardware issue with the wireless lan. If you aren't getting … | |
Re: This isn't really a PHP question. I suggest that you try the Magneto forum: [URL="http://www.magentocommerce.com/boards"]http://www.magentocommerce.com/boards[/URL] | |
Re: My understanding is that sessions handle serialization for you. Are you sure that you need it? Maybe you are interfering with the Session internal serialization process. | |
Re: Try [URL="http://www.teamviewer.com/index.aspx"] teamviewer[/URL]. There is a free version and it is pretty easy to use. | |
Re: I'm not clear as to why you have a customized reset rather than a simple html reset but I don't think that is the problem. I'm guessing that reset is clearing the values in the boxes but the fact that you have it defined to load values into those variables … | |
Re: It may be having a problem booting from your hard drive. If I was in your situation, I would put in the Windows install disk and get it to boot from that and then run the repair option to see if there is a problem with your boot disk that … | |
Re: When the machine keeps re-booting, it can be a sign that you have a hardware issue that prevents it from getting past the POST (Power on Start) process. In this case, there could be a hardware problem with the wireless board (or that part of the motherboard if built-in). If … | |
Re: I recently bought a new laptop after having an HP laptop with Vista for the last 3 years. Both were disappointing. I did quite a bit of research on the different brands, prices, customer reviews, ratings of their service and reliability and so forth. You can pick almost any brand … | |
Re: Win 7 runs as well or better than XP. I lived with Vista for 3 years and it is certainly not Microsoft's finest hour. Trying to go to Vista from Win 7 makes no sense. | |
Re: The simplest way is to use an existing service like Wordpress or Blogger.com. You can optionally download one of these applications and put it on your own site. If you are implying that you want to build your own blogging system from scratch, then based on the question that you're … | |
Re: It depends on the relationship between the two. If the front-end (for example) has forms that call processing modules, then one or more of your PHP programs will become the "action" on the form statement(s) in the front end. There probably has to be some action by the user in … | |
Re: I saw your note and I ended up spending quite a bit of time playing with it. I wasn't making too much progress so I ended up using the free online openid service at: [URL="https://rpxnow.com/"]RPX[/URL] I did get that working and I recommend it. You may have reasons why you … | |
Re: You might want to try posting this in the Networking section. | |
| |
Re: This might help [URL="http://www.daniweb.com/forums/thread266920.html"]http://www.daniweb.com/forums/thread266920.html[/URL] | |
Re: Have a look at this page: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads.php"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads.php[/URL] | |
Re: I think it is your html that is the problem. The 'checked' parameter can take 'yes' or 'no' as parameters. Normally, I would just use the word 'checked' on the one to be turned on as it defaults to 'yes'. | |
Re: Search engines such a Google can search your site ([url]http://www.google.com/sitesearch/[/url]) for what is defined on your pages but searching dynamic data from your DB is a whole different thing. That will need some customization. This provides an example of a script to do a DB search based on up to … | |
Re: When you import to mysql you don't want the first row with column headings in the file. It strictly depends on the order of the columns. The easiest way would be to have the users convert to a standard format that is consistent with what you need for the DB. … | |
Re: You've done most of the normal steps. Clean out dust from the fan and ensure that the fan is working. If you have an external monitor, you should try connecting it just to be sure that it isn't your LCD panel. Dust in general can cause problems. If you can … | |
Re: You might be able to incorporate Dapper [URL="http://www.dapper.net/open/"]http://www.dapper.net/open/[/URL] Another approach is to do it yourself using a PHP-based tool. I have successfully used class.http to do this: [url]http://www.troywolf.com/articles/php/class_http/[/url] ![]() |
The End.