1,317 Posted Topics

Member Avatar for Viruthagiri

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 …

Member Avatar for Viruthagiri
0
184
Member Avatar for 00100110

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 …

Member Avatar for 00100110
0
73
Member Avatar for realnsleo

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 …

Member Avatar for chrishea
0
159
Member Avatar for zive_te88

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

Member Avatar for chrishea
0
437
Member Avatar for natchattack

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 …

Member Avatar for natchattack
0
85
Member Avatar for raul8

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]

Member Avatar for P0lT10n
0
86
Member Avatar for Michael Basford

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.

Member Avatar for bvganapathi
0
212
Member Avatar for DDANCE

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

Member Avatar for DDANCE
0
200
Member Avatar for kadifo

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 …

Member Avatar for chrishea
0
178
Member Avatar for srdva59
Member Avatar for chrishea
0
53
Member Avatar for laddu2098

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]

Member Avatar for laddu2098
0
180
Member Avatar for Smudly

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.

Member Avatar for mtaylor2
0
78
Member Avatar for Robbastiaansen

This might help: [URL="http://php.net/manual/en/function.ob-flush.php"]http://php.net/manual/en/function.ob-flush.php[/URL]

Member Avatar for Robbastiaansen
0
1K
Member Avatar for lwaterfo

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 …

Member Avatar for fobos
0
87
Member Avatar for antrvant

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 …

Member Avatar for chrishea
0
70
Member Avatar for Kieran Y5

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 …

Member Avatar for Kieran Y5
0
93
Member Avatar for cwarn23

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.

Member Avatar for chrishea
1
325
Member Avatar for sarithak

[URL="http://lmgtfy.com/?q=embed+live+video+stream+php"]http://lmgtfy.com/?q=embed+live+video+stream+php[/URL]

Member Avatar for chrishea
0
237
Member Avatar for s2xi

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.

Member Avatar for SolidSolutions
0
153
Member Avatar for Mahaa

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 …

Member Avatar for Mahaa
0
735
Member Avatar for leopardsag

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 …

Member Avatar for red_ruewei
0
157
Member Avatar for charvie

Have a look at this. It works well. [URL="http://html2pdf.fr/en/default"]http://html2pdf.fr/en/default[/URL]

Member Avatar for chrishea
0
103
Member Avatar for BzzBee

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.

Member Avatar for accountholder
0
155
Member Avatar for andydeans

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

Member Avatar for andydeans
0
140
Member Avatar for dan1992

Is this supposed to mean something that someone could actually reply to?

Member Avatar for dan1992
-1
102
Member Avatar for philip.s

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]

Member Avatar for chrishea
0
124
Member Avatar for heshanm

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]

Member Avatar for heshanm
0
88
Member Avatar for heshanm

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 …

Member Avatar for heshanm
0
87
Member Avatar for omarbec

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]

Member Avatar for chrishea
0
95
Member Avatar for .Mido

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]

Member Avatar for pritaeas
0
50
Member Avatar for Kieran Y5

[URL="http://itexpertvoice.com/home/multi-core-support-in-windows-7/"]http://itexpertvoice.com/home/multi-core-support-in-windows-7/[/URL]

Member Avatar for chrishea
0
174
Member Avatar for Pityu

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 …

Member Avatar for nevvermind
0
1K
Member Avatar for tAALz

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 …

Member Avatar for chrishea
0
7K
Member Avatar for andydeans

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 …

Member Avatar for chrishea
0
112
Member Avatar for arunmag

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]

Member Avatar for arunmag
0
216
Member Avatar for Smudly
Member Avatar for hielo
0
163
Member Avatar for momofthree

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 …

Member Avatar for mschroeder
0
133
Member Avatar for raul8

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

Member Avatar for sam-i-am
0
69
Member Avatar for helpyouhelpme

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 …

Member Avatar for azeniyxl
0
152
Member Avatar for Arsench

It seems that you would want to make the ID a parameter in the link so you can find the right one.

Member Avatar for Arsench
0
67
Member Avatar for 68thorby68

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

Member Avatar for hielo
0
109
Member Avatar for pietpiraat

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 …

Member Avatar for pietpiraat
0
205
Member Avatar for breadman1

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 …

Member Avatar for chrishea
0
126
Member Avatar for tsteven
Member Avatar for tsteven
0
96
Member Avatar for vizz

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 …

Member Avatar for chrishea
0
283
Member Avatar for sftranna

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 …

Member Avatar for sftranna
0
146
Member Avatar for Manny7

What does this have to do with PHP? It looks like you need to post this in the Javascript forum.

Member Avatar for Manny7
0
168
Member Avatar for cwarn23

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 …

Member Avatar for cwarn23
0
237
Member Avatar for GigsD4X

If you are trying to include from the root directory of your site, use: [CODE=php] include $_SERVER['DOCUMENT_ROOT']."/lol.php"; [/CODE]

Member Avatar for GigsD4X
0
81
Member Avatar for GigsD4X

The End.