1,317 Posted Topics

Member Avatar for droomagon

If you want help I think that you will need to be more specific. If you don't know how to design it, then you may want to download a shopping cart module or two and see what they have done. If you have written some code and it isn't working …

Member Avatar for chrishea
0
75
Member Avatar for bluehill

I find that your expanation of the problem is hard to understand. If you are trying to nest one form within another, I'm pretty sure that won't work. you mention nesting so I'm guessing that is what you tried to do. If you have two independent forms on a page …

Member Avatar for bluehill
0
69
Member Avatar for aditi_19

Generally a report in the online php world is displayed to the screen. This is usually driven from a database, most often MySQL. If you want a hard copy, you can print from the screen or possibly create a PDF file or maybe a Word file. There are some programs …

Member Avatar for redburn
0
116
Member Avatar for benpollinger

I have / had similar symptoms on an HP DV9000. Did a lot of research and tried lots of suggestions without any success. A couple of things seemed to help to some degree: * If it goes into the (POST) startup loop, hold down the power button until it shuts …

Member Avatar for phamthy
-1
723
Member Avatar for 224julia

A couple of important things on this extended warranty: * It applies for 24 months after the expiry of the standard one year warranty. * It doesn't seem to say it anywhere on the site but when you dig into the details I think you'll find that this only applies …

Member Avatar for chrishea
0
228
Member Avatar for HFK11

I have had problems in the past trying to pass a resource like this and make it work. It was simpler to open a new connection. You will end up with more open connections and that might be a problem in some cases but it has never been a problem …

Member Avatar for Fest3er
0
195
Member Avatar for ashwani2711

Not having seen your site, I would suggest that you might want to consider the feature to "wrap" existing web pages within your new CMS site. The navigation might then be at two levels so it might have to be re-worked a bit. I use [URL="http://start.websitebaker2.org/en/introduction.php"]Website Baker[/URL] which has this …

Member Avatar for chrishea
0
88
Member Avatar for ramjo

KB Publisher is quite good. It was open source up to release 2 but it has now become a commercial product and it looks as if the author worked on removing any copies of the open source version. Guess I'll have to post one for him when I get around …

Member Avatar for hireaprogrammer
0
143
Member Avatar for vairvixen

What does "not working as expected" mean exactly. What is the actual value of $results going into the comparison and what result do you get from the compare. Have you tried substituting a fixed value for $results? If that works, then there is some problem with what goes into / …

Member Avatar for darkagn
0
113
Member Avatar for balagod

I don`t know if this will work but you can give it a try [URL="http://code.google.com/p/php-excel-reader/"]http://code.google.com/p/php-excel-reader/[/URL]

Member Avatar for balagod
0
92
Member Avatar for xuexue

You have provided very little info so it will be difficult for anyone to help unless you provide more info: 1. You state that you have a web server but you must be running an application on the server and that is what would connect with the database. What is …

Member Avatar for xuexue
0
110
Member Avatar for rajeshswain

I don't think that you want to try turning it into html. If you provide a link to a Word document it will pop up a panel to save it when you click on it. Under Internet Explorer it will open the file but that doesn't seem to be consistent …

Member Avatar for BzzBee
0
130
Member Avatar for architact

Google Search provides this: [URL="http://www.google.ca/search?hl=en&q=paypal+authorize+and+capture&btnG=Google+Search&meta=&aq=f&oq="]Authorize and Capture[/URL]

Member Avatar for chrishea
0
61
Member Avatar for xuexue

Unpack (un-gz!) the archive. The content should be a series of SQL statements to build the database. You should have phpMyAdmin on your Lamp system. You can use it to import the unpacked file or you can copy the content and pasted it into the SQL facility in phpMyAdmin.

Member Avatar for BzzBee
0
114
Member Avatar for xuexue

If you can view the files you should see folders for Apache, MySQL and PHP. If you can run a phpinfo command you'll see details of all three.

Member Avatar for chrishea
0
67
Member Avatar for architact

In the form you submit to PayPal there is an amount field. You set the value in the form to a variable and you load the variable with the appropriate amount before you display the form.

Member Avatar for chrishea
0
76
Member Avatar for rahul8590

It sounds as if you need to keep all of the other details in Session variables based on what they entered the first time. Once you have processed one registration, you can either display the whole form with all of the fields pre-filled except for name (by assigning the values …

Member Avatar for noelthefish
0
755
Member Avatar for itisnot_me

I don't have an answer for you but you may want to look at: [URL="http://ca.php.net/manual/en/function.header.php"]http://ca.php.net/manual/en/function.header.php[/URL] The source of the file is dependent on the $file variable. You need to check that it is correct. The header statement defines the name for the output file.

Member Avatar for itisnot_me
0
92
Member Avatar for itisnot_me

In the PHP manual it suggests using the session_destroy and deleting the session cookie. Have a look at the manual and give it a try.

Member Avatar for itisnot_me
0
103
Member Avatar for Newbi

It isn't quite clear why you are asking the question. You can select from the db on multiple fields so it doesn't matter what they are. As long as you are looking for an exact match, it should be no problem. If you wanted to do a greater or less …

Member Avatar for Newbi
0
110
Member Avatar for nostalgia149

This questions seems to be asked on a regular basis. I have a little routine that can write an Excel spreadsheet ([URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads.php"]desktop_write[/URL]) but if you don't even want to write a program use phpMyAdmin and export to excel.

Member Avatar for chrishea
0
121
Member Avatar for juner4

If you want changepassword to be able to check and/or change the password then you will need to make the current id and password available or at least set a flag to show that the user is properly logged in. You will want to save this as a SESSION variable …

Member Avatar for DangerDev
0
159
Member Avatar for bhagu

There are many email scripts. I use one called Libmail that is simple and seems to work every time. It can handle attachments.

Member Avatar for bhagu
0
91
Member Avatar for rapture

If you look at each of the things you want to do, none of them seem to be very difficult: 1. [B]Send the user to a different web site[/B] The login will have to pull in info from the (MySQL?) database for this user and probably save them as session …

Member Avatar for rapture
0
232
Member Avatar for Tekkno

If you are concerned about having the details on the command line, then you may want to put them into session variables (assuming that you are posting a program within the same domain).

Member Avatar for SKANK!!!!!
0
154
Member Avatar for ayesha789

If you want to choose all of the records from the db for July of the current year you can do a select such as: Select ... where date like '2009-07-%' if you want all July records for any year the it would be: Select ... where date like '%-07-%'

Member Avatar for ayesha789
0
80
Member Avatar for itisnot_me

You can use my desktop_write module. As you will see, the actual code to do it is pretty simple. This just packages it for you and provides the option of different output file types. [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/desktop_write.php"]desktop_write[/URL]

Member Avatar for itisnot_me
0
6K
Member Avatar for otakua

I don't think that it is too realistic to think that you can build a working production facility with PHP or anything else unless you have taken the time to learn the language and do some sample projects to build your knowledge. You mention a number of different machines and …

Member Avatar for chrishea
0
104
Member Avatar for progtick

In your criteria, you don't mention cost but you imply that you don't want to spend the money for the latest Pro versio of Visual Studio. That would seem to be a pretty important criteria. Most things with PHP are free. I'm using Netbeans as an IDE and I'm relatively …

Member Avatar for progtick
0
254
Member Avatar for nizar-t

There is no absolute way to protect images or text. If I need to copy a picture that is somehow blocked, I'll take a screen shot or copy it with a screen copy utility. A couple of things that you can try: <body oncontextmenu="return false"> to disable right-clicks (but it …

Member Avatar for almostbob
0
81
Member Avatar for B0tman

You might have more luck searching or posting the question on the phpBB forums at [URL="http://www.phpbb.com/support/forums/"]http://www.phpbb.com/support/forums/[/URL]. You are a major release behind but that means that someone must have already encountered the same problem on release 2.

Member Avatar for B0tman
0
137
Member Avatar for danimal132

If it is a virtual server (you bought hosting from someone) then you should be able to go to the web host's site and login or send them a question as to how to do it. If it is your own server, then you need to know what your doing …

Member Avatar for chrishea
0
114
Member Avatar for danimal132

For the database, you will need access to PHPMyAdmin on the (server) system. This probably means getting access to the web host's control panel facility. If you have the id and password, that will probably get you logged in you just need the url to go to. For the code, …

Member Avatar for rahul8590
0
76
Member Avatar for ivanichi

I don't think you can do it through PHP. The best I could come up with was a way to display the computer name: [code=php] $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo $hostname; [/code]

Member Avatar for ivanichi
0
109
Member Avatar for Reliable

I find that initial learning period frustrating when you aren't quite sure how things work and you are regualrly going to the manual to look up the syntax. I suppose if you were almost doing it like a research study and taking two fairly similar languages (PHP and ASP?) and …

Member Avatar for chrishea
0
111
Member Avatar for sfrider0

If your system has register_globals turned off in php.ini (the default in R5), then it doesn't look as if your code is dealing with it (e.g. if ($form == "sent"). It may not be related but on line 14 it seems that you would want it to say: if ($form …

Member Avatar for sfrider0
0
168
Member Avatar for Notuo

You can have a look at this link for a brief overview: [URL="http://www.plus2net.com/php_tutorial/register-globals.php"]http://www.plus2net.com/php_tutorial/register-globals.php[/URL] You should also become familiar with the import_request_variables command. If you have a program that is dependent on a lot of variables passed from another program (Get or Post) or from the command line, this can be …

Member Avatar for Notuo
0
93
Member Avatar for HughLa

You may have Register Globals on in your local system and off on the server. This could cause you problems. Use phpinfo to find out what the setting is on the server. If this is not a problem, then it may be difficult to help without more detail (and even …

Member Avatar for chrishea
0
53
Member Avatar for penepepe

Activating the mail function from a local system so it acts like an internet mail server isn't something that is normally done. You can test sending mail from the local system without any fancy setup. I use a mail class called libmail and it dumps the output for you. If …

Member Avatar for chrishea
0
80
Member Avatar for chrishea

In a nutshell: I have a module that is using the php ftp commands for download and upload. The download works fine and the upload worked fine for a small text file. As I started using larger files, the upload completed without error but it only copied a small part …

Member Avatar for chrishea
0
121
Member Avatar for vtek

You haven't used standard single or double quotes around the phrase (“This is a PHP line”; ) If you replace the quotes with standard ones (Vertical not angled) you won't have an error.

Member Avatar for langsor
0
135
Member Avatar for veledrom

If you use your own button to go to the page (by address) you shouldn't have the problem. On the other hand, if you wanted to go back with values you previously entered populated into a form, then the second page will need a form with your submit button and …

Member Avatar for Airshow
0
114
Member Avatar for Stefano Mtangoo

You can generate buttons online with Cool Text. They don't look bad and might meet your needs. [URL="http://cooltext.com/Buttons"]http://cooltext.com/Buttons[/URL]

Member Avatar for chrishea
0
53
Member Avatar for ramsri05

The Excel Reader is pretty capable. It can read your xls files directly rather than use csv's. [URL="http://code.google.com/p/php-excel-reader/"]http://code.google.com/p/php-excel-reader/[/URL]

Member Avatar for chrishea
0
566
Member Avatar for satrio27

Easier to start with some systems that are already built and see what they do (then decide if you still need to build your own). A list of ones that are available is [URL="http://www.hotscripts.com/search/php/autoresponder+free"]here[/URL].

Member Avatar for chrishea
0
45
Member Avatar for NoID

I think that you can use my little desktop_write routine to produce your excel file. [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads.php"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads.php[/URL]

Member Avatar for almostbob
0
198
Member Avatar for skubasteve
Member Avatar for borneo

If this is a project then aren`t you supposed to be writing it? If you tried to write something and had a problem making it run then people would probably be willing to help. Even if someone was willing to help you find one, they would need more details (requirements) …

Member Avatar for borneo
0
97
Member Avatar for chrishea
Member Avatar for ranjeetp

Your question is very specific to the eWay interface and you are probably better off contacting eWay support. They don't seem to have a user forum but they should have documentation that specifies what info you can get back after a transaction completes.

Member Avatar for chrishea
0
70

The End.