1,317 Posted Topics

Member Avatar for sugumarclick

I don't think that this is possible. If you find a way I hope that you'll post it. I tried some reverse engineering by using the html output from word for a document with a header and footer. The best I could get was the header and footer listed as …

Member Avatar for sugumarclick
0
220
Member Avatar for swil23

Your question isn't clear so that's probably why you didn't get any answers. You can use PHPMyAdmin to edit the records and insert whatever value that you need or you could get fancier and write a program but unless there will be a lot of change, it's probably not worth …

Member Avatar for chrishea
0
98
Member Avatar for mana_panigrahi

There are a number of programmers editors out there that support a variety of languages. I have used Context and it has "highlighters" for many programming languages. You don't say what your objective is. If it is a learning exercise where you are prepared to reinvent / modify the wheel, …

Member Avatar for cwarn23
0
127
Member Avatar for bhanu1225

A little Googling usually comes up with an answer for the easy questions! The easiest thing to do is to install a package that gives you the whole LAMP system in one go. I'm not a Mac user (so I can't give a testimonial for any particular package) but the …

Member Avatar for chrishea
0
88
Member Avatar for Stefano Mtangoo

This site povides various versions that you can download. You can probably take the Access version and see how they did it. [URL="http://bibledatabase.com/free_bible_software.htm"]http://bibledatabase.com/free_bible_software.htm[/URL]

Member Avatar for chrishea
0
74
Member Avatar for redhotspike

Since you haven't had any responses, I'll take a crack at it to get the ideas going. I'm not providing any code, just some thoughts. I'll assume that you have a specific page where the links will appear and that there could be any number of such links. I think …

Member Avatar for redhotspike
0
110
Member Avatar for Acute

A little but of googling would lead you to [URL="http://www.gigabee.com/pig/"]PIG[/URL], the PHP Interest Group that has a specific interest in ICQ. I suggest that you use that site to get an answer.

Member Avatar for chrishea
0
109
Member Avatar for gingank

Just a comment. I once spent a lot of time trying to get mailing to work correctly, especially when adding attachments and so forth. I found the [URL="http://lwest.free.fr/doc/php/lib/index.php3?page=mail&lang=en"]Libmail class[/URL] and downloaded it and I haven't looked back. The interface is simple and it works every time. I know that there …

Member Avatar for chrishea
0
126
Member Avatar for ivanichi

I have recently been looking into this. There are a couple of free options to generate keys and so forth but the actual activation is probably additional development if you want to automate it. [B]Kenetix[/B] This is a pretty simple approach [URL="http://www.kenetix.net/Utilities-License_Generator.html"]http://www.kenetix.net/Utilities-License_Generator.html[/URL] [B]Activelock[/B] There was oriiginally built for VB but …

Member Avatar for ivanichi
0
126
Member Avatar for furqan219

Excel can read HTML and open it as a spreadsheet. My Desktop Write utility takes advantage of this to create Excel, Word and other types of output. Get it here: [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 chrishea
0
558
Member Avatar for sanjaypandit

This has come up a number of time recently. If you do a search you will find the other posts and the suggestions made. I have started to experiment with the latest version of a PHP Excel Reader which you can find here: [URL="http://code.google.com/p/php-excel-reader/"]http://code.google.com/p/php-excel-reader/[/URL] It seems to be very capable …

Member Avatar for sanjaypandit
0
129
Member Avatar for koolhq

It's worth doing a search of previous postings because most common questions have been asked and answered before. I got this link from a previous post: [URL="http://corz.org/serv/tricks/htaccess2.php"]http://corz.org/serv/tricks/htaccess2.php[/URL] If it doesn't answer your question, there are a number of previous posts that you can look at. Chris

Member Avatar for koolhq
0
151
Member Avatar for Coolbedog

If you don't want it to get too complicated why don't you use a service rather than build it from scratch? More specifically, something like Google Docs or a free forum where you could have an item for each game. These have sign-in capabilities. Not sophiticated but could work. There …

Member Avatar for Coolbedog
0
102
Member Avatar for emenace

There are a number of ways to do this. You haven't posted any code or provided specifics. If you use a Meta Refresh to do the re-direct, you should be able to include other code in the same module.

Member Avatar for diafol
0
91
Member Avatar for coolmind259

A utility called HTML2PDF can do a reasonable job of this. See my review and tips on using this package: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/html2pdf.php"]Link[/URL]

Member Avatar for chrishea
0
86
Member Avatar for charbel007

I tried logging in and then I logged out. Assuming that the logout button does something, there is something missing because I can then still go directly to Members.php. I didn't try accessing Members.php before I tried to log in, but maybe that will work as well. There is something …

Member Avatar for charbel007
0
200
Member Avatar for odysea

Starting with the obvious, why are you using: [code]$id = "<?php \$lastid = \"$lastid\"; ?>";[/code] instead of: [code]$id = $lastid;[/code]

Member Avatar for cwarn23
0
134
Member Avatar for itisnot_me

Here is one that works: [URL="http://www.micahcarrick.com/04-19-2005/php-paypal-ipn-integration-class.html"]http://www.micahcarrick.com/04-19-2005/php-paypal-ipn-integration-class.html[/URL]

Member Avatar for chrishea
0
110
Member Avatar for odysea

You could include it. Your included file could be a PHP file containing the html with a $content = " statement before it. You could also use fread to read it into $content.

Member Avatar for odysea
0
239
Member Avatar for Siberian

All you need to do is a bit of searching. I don't think that you need anyone else to do that for you. Try this thread: [url]http://www.daniweb.com/forums/thread49627.html[/url]

Member Avatar for chrishea
0
159
Member Avatar for qwzxlk

Start with W3schools [URL="http://www.w3schools.com/"]http://www.w3schools.com/[/URL] Then spend some serious time downloading some Open Source systems and examining how they are structured and how they work. Find some well structured examples then make some improvements for practice. You will certainly need to spend some serious time coding but you will also need …

Member Avatar for chrishea
0
86
Member Avatar for dipakxyz

I did quite a bit of experimenting with html2PDF in the past. I have used it successfully for converting a schedule in a table to a PDF version. I put your code into my test environment and gave it a try. Here are a few observations: 1. You reference a …

Member Avatar for chrishea
0
506
Member Avatar for csharplearner

Someone posted a similar question recently. The answers aren't quite a "how-to" but they are a start: [URL="http://www.daniweb.com/forums/thread120918.html"]http://www.daniweb.com/forums/thread120918.html[/URL]

Member Avatar for csharplearner
0
111
Member Avatar for diafol

fopen_wrappers has to be enabled in order to use file_get_contents with a URL. This may not be the case on some servers, in which case you may need a local php.ini file to enable it.

Member Avatar for diafol
0
129
Member Avatar for yunnie

If you need a shopping cart because you want to sell something online, there are all kinds of open source (free) shopping carts that you can download and use. If you use PayPal you can even use their shopping cart. If you are doing it as a learning exercise, then …

Member Avatar for Slapo
0
179
Member Avatar for ero100@live.com

A few observations: 1. When you post code, you should use [code] tags to have it format properly. 2. You don't need the <html> <head> and <body> statements. PHP takes care of that. 3. $subject on line 16 isn't defined (at least in what you have shown us). 4. The …

Member Avatar for cwarn23
0
149
Member Avatar for gagan22

If Google Checkout works like PayPal and if the name of the module is any indication, then pay_success.php is the module you need to be looking at. This presumably receives the payment confirmation from Google and their specs for the facility should tell you what this module needs to do. …

Member Avatar for gagan22
0
313
Member Avatar for piusbabbun

There are a number of libraries that allow you to build a PDF file. What I wanted to do was to (dynamically) convert an existing (html) output into a PDF without having to do a bunch of additional work. I found a way to do that using something called [URL="http://html2fpdf.sourceforge.net/"]html2pdf[/URL]. …

Member Avatar for foryounow
0
108
Member Avatar for scushkadee

I have done both of the things you want to do. [B]Screen Scraping[/B] I have been using a screen-scraping class quite successfully for some time. It runs nightly, logs onto a website, navigates to a specific page and then extracts data from a table. Get the class [URL="http://www.troywolf.com/articles/php/class_http/"]here[/URL] [B]Text Messages[/B] …

Member Avatar for chrishea
0
168
Member Avatar for szita1

It might depend on the level of PHP and/or how you have PHPMaker configured. It seems that you would have a better chance of a resolution by using the PHPMaker forum and /or support.

Member Avatar for danishbacker
0
99
Member Avatar for rEhSi_123

Assuming that you have a login module, it should be setting a Session variable for the user to indicate that he/she is properly logged in. You need to check this variable anywhere that you have functions that require a login. You may, in fact want to make this more than …

Member Avatar for rEhSi_123
0
138
Member Avatar for movieprodw

Changing imagecopyresized (line 14) to imagecopyresampled (leave the parameters the same) in the resize_image function should give you somewhat better quality. Chris

Member Avatar for chrishea
0
135
Member Avatar for ammwebmaster2

You need to use some Ajax. If you search the Ajax forum you will probably find the answer. You can also look at: [URL="http://www.w3schools.com/ajax/default.asp"]http://www.w3schools.com/ajax/default.asp[/URL]

Member Avatar for vicky_rawat
0
191
Member Avatar for 7arouf

I used to use a text editor but I've been using NetBeans for a few weeks now and I'm quite happy with it. I used to use a number of separate tools that are now in one place with Netbeans. Chris

Member Avatar for BzzBee
0
314
Member Avatar for Acute

I haven't used Google Docs before but I signed in and it took me all of 5 minutes to create a test spreadsheet and to set the sharing option so anyone can view it. This has to be the simplest way to get a spreadsheet online in no time. Here …

Member Avatar for rm_daniweb
0
331
Member Avatar for srilakshmitr7

The [B]strtotime [/B] function is useful for this sort of thing. Here is a little routine that calculates the 2nd and 4th Saturdays in May (as an example): [code] <?PHP $wk = strtotime ("first saturday may 2009"); if ($wk == false) { echo "<br>Not able to interpret the string "; …

Member Avatar for srilakshmitr7
0
136
Member Avatar for cakka

There is a site named myweb.com but I presume that you mean your own domain. If you have a site on a virtual server (which most of them are) to set up a new sub-domain, you would normally have to go to the Control Panel provided by your web host …

Member Avatar for chrishea
0
73
Member Avatar for Acute

This might help: [URL="http://www.daniweb.com/forums/thread184225.html"]http://www.daniweb.com/forums/thread184225.html[/URL]

Member Avatar for chrishea
0
71
Member Avatar for rajeesh_rsn

Not sure how you made it work even with a JPEG. I found a number of errors: 1. In one case you have used imagejpg instead of imagejpeg 2. You have a statement: [code] $src = $po($finalfilename);[/code] which makes no sense to me. It seems that the source file should …

Member Avatar for cwarn23
0
233
Member Avatar for Borderline

if you change line 84 to [code]if (($rowcount % $picsperrow) == 0) { [/code] it eliminates the error and hopefully gives you what you wanted.

Member Avatar for chrishea
0
213
Member Avatar for chrishea

If you are still using AVG anti-virus Version 7 and you're about to install the latest version in response to the threats about end of support for Version 7, be aware that there are a couple of problems: [LIST] In Vista, the install can have a problem if User Account …

Member Avatar for cwarn23
1
122
Member Avatar for jtyler

Try this instead: [code] print ('<table style="border-width: thin; border-style: solid; cellpadding=1; border-width: 10px;">');[/code] Don't know why you'd want a 1400 pixel border. I changed it to 10 pixels but you can modify it to whatever you really need.

Member Avatar for jtyler
0
2K
Member Avatar for stevehart808

Apparently, when you use a full URL, the page is parsed outside of your environment so it doesn't know anything about your session. I don't really understand why you feel obligated to use full url's but if it can be architected so they aren't necessary, it will probably be simpler. …

Member Avatar for chrishea
0
109
Member Avatar for jonow

You need a content management system and yes many/most of these are written in PHP. I use one called Website Baker because I find it is the easiest to understand and use, for me, and for those who maintain the websites that I build for them. If you want to …

Member Avatar for samarudge
0
121
Member Avatar for sikka_varun

You may want to password protect the directory and then provide your own facility (for authenticated users) to access these files rather than let them access them directly through the file system. I think that it complicates it if you try use your own controls and system controls for user …

Member Avatar for digital-ether
0
141
Member Avatar for martin225

You can have a look at this online service. They charge an annual fee: [URL="http://www.toufee.com"]http://www.toufee.com[/URL]

Member Avatar for chrishea
0
321
Member Avatar for siri_ajay

If you use the full path for the images in the subdomain instead of a relative (local) address, it should work ok.

Member Avatar for chrishea
0
35
Member Avatar for tashy

PHP doesn't seem to like <?PHP without a space after it. This was one of the problems in your original version. If you try nav33n's version and make sure that the second line doesn't get pushed up against the <?PHP without a space, then that version should be clean. Chris

Member Avatar for nav33n
0
426
Member Avatar for EdTheUniqueGeek

You might want to look at netbeans [URL="http://www.netbeans.org/"]http://www.netbeans.org/[/URL]. This isn't just for Java, it supports a bunch of languages, including PHP and Html/xml, it has lots of features and its free. I haven't taken the time to figure it out yet (I'm still comfortable with my simple tools) but when …

Member Avatar for chrishea
0
117
Member Avatar for chinmayu

The End.