1,317 Posted Topics

Member Avatar for krupal5
Member Avatar for chrishea
0
91
Member Avatar for djasy

I use [this](http://code.google.com/p/php-excel-reader/) for importing. With respect to modifying it in PHP, that's just some standard code that you'll have to write. If the modifications are on a record-by-record basis, then you just populate the form with values from the DB and save the result. If you want to display …

Member Avatar for naidu65
0
5K
Member Avatar for Stavros_1

A simpler way than printing might be to have a version that you can run on a local file server using a backup of the database. http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki

Member Avatar for chrishea
0
172
Member Avatar for vinodvinu

If you're willing to pay $40 then [TrakAxPC](http://www.trakax.com/software/pc/) is your best deal. Audacity is the best free (Windows) audio editor.

Member Avatar for cguan_77
0
355
Member Avatar for minitauros

This hybrid thing is off topic but I was interested in the comment about problems in extreme heat and cold because I am a Camry hybrid owner. From what I was able to find in forum posts, people in Arizona aren't experiencing any significant problem with batteries in their Prius …

Member Avatar for Stuugie
0
652
Member Avatar for AH1

Have a look at this for starters: [URL="http://www.daniweb.com/forums/thread142082.html"]http://www.daniweb.com/forums/thread142082.html[/URL]

Member Avatar for TheFixer
0
6K
Member Avatar for spluskhan

If all you want to do is to strengthen the login process by sending them a code that they can use as part of their login, then after they do the normal ID and PW entry, generate a random code and send it via SMS. Display a screen (from PHP) …

Member Avatar for szurcsii
0
241
Member Avatar for jovstudios

You have fields within single quotes within the longer string that also uses single quotes. Simplest fix is to use double quotes on line 25 and 38. I don't see a purpose to your closing bracket on line 39.

Member Avatar for chrishea
0
217
Member Avatar for RAM_8

Some suggestions on this topic: [Click Here](http://stackoverflow.com/questions/12272302/how-to-build-a-php-mysql-application-that-works-offline) This is probably going to be more than a simple add-on to what you already have. You may not be able to justify the extra cost and complexity unless your customers have a legitimate requirement for high reliability and availability; and, the internet …

Member Avatar for RAM_8
0
524
Member Avatar for debasisdas

For every complex problem there is a simple solution that is wrong. G.B.Shaw

Member Avatar for James_28
8
17K
Member Avatar for nufftalon

You need to look at reliability and service as well as price and features. If you read enough reviews, you often find that unlimited often doesn't really mean unlimited (and most users don't need it anyway). It's very nice to have a web host who responds quickly and tries to …

Member Avatar for Mike_danvers
0
343
Member Avatar for Qinte

[Click Here](http://stackoverflow.com/questions/7916480/where-to-find-php-printer-dll)

Member Avatar for chrishea
0
53
Member Avatar for kissu

I suggest that you start with a logic diagram or some pseudo-code to lay out the logic of the program. If you can't do that, then there is no point in even worrying about the PHP to implement it because you'll never be able to debug it if you get …

Member Avatar for sandeep_9
0
693
Member Avatar for Priti_P

Have you gone through the Google documentation / tutorials like this one: [Click Here](https://developers.google.com/google-apps/calendar/firstapp)

Member Avatar for Priti_P
0
164
Member Avatar for darne_1

It sounds as if you are trying to do something that may be very difficult if not impossible.You want some sort of control of the process but you have no control of the actual processing code. To see what is being "echo'd" to the user, you could possible have your …

Member Avatar for darne_1
0
247
Member Avatar for soumyakollon1

If you want to use video conferencing then there is some software available but mostly not free. (example: [URL="http://www.videowhisper.com/?p=PHP+Video+Conference"]http://www.videowhisper.com/?p=PHP+Video+Conference[/URL] If you want to build an API, then [U]you[/U] need to have the skills and experience to do it. This isn't a job for a novice. It is doubtful that anyone …

Member Avatar for ssdwd
0
1K
Member Avatar for ashafaaiz

I find this to be the easiest approach. You need to format your output (in html) the way you want to see it saved to PDF. You write that output to a variable and then echo it initially to see that the format is correct. Then you can send that …

Member Avatar for agent21
0
668
Member Avatar for iamthwee

It doesn't necessarily have to be a choice. It only matters if you are using the email address to verify the account in which case you have use what they entered as an ID or provide another field for the email address. The other option is to allow them to …

Member Avatar for diafol
0
132
Member Avatar for nagarajfloret

You can access an existing session using the session id. This thread has more info: [Click Here](http://stackoverflow.com/questions/9153716/sharing-session-variables-between-multiple-subdomains)

Member Avatar for matrixdevuk
0
60
Member Avatar for kausarhusain

If you want to get some help you need to provide more detailed info (usually including some code) and some info about how your environment is set up. You would normally provide the info on what you have already done to try to resolve this problem and then ask a …

Member Avatar for splink105
0
170
Member Avatar for Zahid_4

You need to protect the code from being viewed in its original text format and you need a licensing scheme to prevent the "encrypted" code from being copied to another server without permission. [ionCube](https://www.ioncube.com/gui_docs/index.html) provides both of these functions. This will make it virtually impossible for the average user to …

Member Avatar for Zahid_4
0
316
Member Avatar for hriti
Member Avatar for mayuri_desh

[start_rant] Maybe it's just me but we seem to be getting a lot of posts from newbies (more than normal) who post vague general questions or dump a whole bunch of code that isn't working and expect someone who knows what they are doing to spend a bunch of time …

Member Avatar for devianleong
-6
2K
Member Avatar for karthik_ppts
Member Avatar for Dr_Freeman

Have a look at this: [Click Here](http://stackoverflow.com/questions/70855/how-can-one-use-multi-threading-in-php-applications)

Member Avatar for chrishea
0
426
Member Avatar for RikTelner

If you want to run PHP on your local machine you should install a LAMP package (usually called WAMP if it's on a Windows machine) that provides you with your own local server and supports MySQL (and usually SQLite) databases. PHP is part of the package but you also need …

Member Avatar for RikTelner
0
386
Member Avatar for baloch123

When I need to produce a PDF file, I use [HTML2PDF](http://html2pdf.fr/en/default). In this case it would require some extra work to read the Excel file and generate a report output in the format that you want in PDF. If you can get PHPExcel working it will probably be less work …

Member Avatar for jazleeen
0
7K
Member Avatar for icedome

There seem to be some PHP facilities for this. One example is: [Flashpageflip](http://www.flashpageflip.com/) Don't know if this will meet your needs but there are probably some other similar options.

Member Avatar for ailsa
0
206
Member Avatar for geneh23

It would be easy to have icons for the standard file types and display a "PDF icon" if it's a PDF file. [This thread](http://stackoverflow.com/questions/467793/how-do-i-convert-a-pdf-document-to-a-preview-image-in-php) addresses the rendering of a PDF file but it seems that you may need more than that. You will need the ability to preview a variety …

Member Avatar for geneh23
0
331
Member Avatar for sh4bbz

What you have shown is a static HTML form. Is this just sample output? If so, then what you need to post is the program that generated it? If not, why would you want a PDF of this page?

Member Avatar for diafol
0
1K
Member Avatar for Jamblaster

I don't know anything about vbs but I did manage to find an answer just by doing a bit of digging (http://www.php.net/manual/en/function.exec.php) If you use the format: exec('start /B "my_window" "vbs/hello.vbs"',$output,$return); Then it opens the VBS in the background. My VBS program was just a MsgBox. If you want to …

Member Avatar for Jamblaster
0
7K
Member Avatar for Ancient Dragon

I have 3 Camrys: A 2000 CE, a 2006 Solara SLE hardtop (2 door) and a 2010 Hybrid. I bought them all used. For the last two, I started out by looking at other cars (not Toyotas) but I ended up buying another Camry because the size, comfort and reliability …

Member Avatar for GrimJack
0
395
Member Avatar for chrishea

Tried logging in with the Pale Moon browser today (first time with Pale Moon). I used my Daniweb ID and PW and it immediately took me back to the home page with no error message. The ID and PW are the same as what I used to login in using …

Member Avatar for chrishea
0
367
Member Avatar for aMOEBa
Member Avatar for amulet_john

You need a bit of javascript. You could escape out of php and just have the javascript but this example does it as an echo. [CODE] echo " <script language=\"Javascript\"> <!-- var answer = confirm (\"Confirm the Delete of Record $ref_num\") document.location.href='the_processing_program.php?other_parm=xxxxx&conf='+answer; //--> </script> "; [/CODE] This passes the response …

Member Avatar for pzuurveen
0
212
Member Avatar for chrishea

I made great progress this morning in resolving a number of problems that were plaguing my Win7 laptop. It was difficult to find good info about how to resolve these problems. I can provide more details if anyone needs them. Here are the bare bones: * **High CPU** There are …

Member Avatar for chrishea
0
318
Member Avatar for abhi10kumar

Why? One of the benefits of Paypal for the user and for the developer is that your website doesn't have to collect sensitive credit card info. You are giving a user two reasons not to buy whatever you are selling: 1. Having to enter the info twice 2. Giving up …

Member Avatar for chrishea
0
165
Member Avatar for urbanthistleuk

It's easy enough to set a flag (by user) in the database to indicate that the email has been sent. The more important issue is: Can this set of conditions occur again, necessitating a further email? If so, there has to be some sort of reset process to end the …

Member Avatar for iLikePHP
0
190
Member Avatar for aVar++

The rebels are allied with Al Qaeda and very anti-US. They are probably worse than Assad. They are being strongly supported by Saudi Arabia who would like to get the US involved as well. This is no-win for the US (except maybe the arms companies who like to have the …

Member Avatar for HiHe
3
2K
Member Avatar for sriramkarthick

Sounds a lot like a homework question. If so, then you need to do your own homework.

Member Avatar for pritaeas
0
115
Member Avatar for Benjamin_6

If you are "just" a good programmer and need to have other people to give you the specs for what needs to be done (and want a steady paycheck), then you need to get a job working for someone else and that will be an uphill battle without any sort …

Member Avatar for Mike Askew
0
269
Member Avatar for Red_Rain

I've tried quite a bit of this using different tools. In my experience, Autoit is the best tool to use. This is a PC-based Basic languauge so if you need a web-based solution then this won't work for you. It uses the COM interface to Internet Explorer and it's capable …

Member Avatar for chrishea
0
163
Member Avatar for saravananosiz

If you Google it, you will find lots of lists for the S&P 500. http://lmgtfy.com/?q=stock+market+list+of+companies+s%26p+500+by+sector Some of these (like the Yahoo one) are by sector. You will need to screen scrape to get the list into a file. I didn't see a list that you can purchase (as a file) …

Member Avatar for saravananosiz
0
196
Member Avatar for patk570

Try changing line 16 to use == in the comparison and see if that makes a difference.

Member Avatar for patk570
0
211
Member Avatar for pritaeas

It's brighter and busier than before. Initial gut reaction was that I like it better than the previous version. As mentioned previously, it isn't mobile friendly. Had a look on my Samsung Galaxy S2. It doesn't scale down to the size of the screen (should probably have a viewport parm …

Member Avatar for diafol
0
1K
Member Avatar for BadManSam

If you look carefully you will see that you have an opening double quote before the Select on line 6 but there is no closing double quote on line 7. Errors in PHP often point to the first symptom of an error rather than the specfic cause. You have to …

Member Avatar for chrishea
0
197
Member Avatar for showman13

I've been watching this thread and I'm still not sure that I understand why this is a problem (but I may be missing something). If you can assemble the information into an html table (and put that into a variable), it's easy to create a CSV file. Unless you have …

Member Avatar for showman13
0
466
Member Avatar for Zababa

I wrote something a bit similar to this and it is still in production use. It logs in to a site, navigates to a specific page extracts data and then uploads that data to another site (sending the data to a custom PHP program that updates a mysql database). For …

Member Avatar for chrishea
0
212
Member Avatar for strRusty_gal

[Click Here](http://en.wikipedia.org/wiki/In-memory_database)

Member Avatar for chrishea
0
93
Member Avatar for weblord

I am also a Chrome user. One of the reasons that I started using it was because my laptop has a relatively small screen size (1366x768) and Chrome is pretty minimal in terms of toolbars and so forth. It is one of the newest browsers and it has good HTML5 …

Member Avatar for stultuske
0
204

The End.