1,317 Posted Topics

Member Avatar for rayidi

I think that you need to consider / explain how you want to accomplish this in a bit more detail. It seems that you need to keep track of who is active and the time of their last activity. If they have closed the web page for your site, then …

Member Avatar for diafol
0
191
Member Avatar for MadSeason

It's time for you to pause and calmly sort things out a bit before jumping into something else. It seems that you have a passion for music and you don't necessarily have a clear passion for anything else. Just doing something to make money without having much real interest in …

Member Avatar for Rashakil Fol
0
419
Member Avatar for cmps

The actual number of records being read from the database shouldn't have much impact unless it is really large. If you are displaying a very long list on a web page that will have some impact. The solution to that is to use "pagination" to display a fixed number at …

Member Avatar for cmps
0
130
Member Avatar for aadebayo

See Section 2: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php[/URL]

Member Avatar for aadebayo
0
121
Member Avatar for cpeeyush1

You might want to read about the history of the Chrome Browser to get a feeling for what it takes to put something like that together. [URL="http://en.wikipedia.org/wiki/Google_Chrome"]http://en.wikipedia.org/wiki/Google_Chrome[/URL] You might want to read this one as well: [URL="http://www.wired.com/techbiz/it/magazine/16-10/mf_chrome?currentPage=all"]http://www.wired.com/techbiz/it/magazine/16-10/mf_chrome?currentPage=all[/URL]

Member Avatar for chrishea
0
322
Member Avatar for ~s.o.s~

Those who spend time helping to provide solutions deserve, but very often don't get some positive feedback. Maybe showing something as solved isn't treated by everyone as being significant but you have to take what you can get. As mentioned, many op's make a single post with their issue and …

Member Avatar for Dani
2
358
Member Avatar for vizz

You need to clarify the information and your question. You say that the user can choose one form at a time. Does this mean that the user can choose to complete just one form or that he is required to complete more than one / all of them? Your question …

Member Avatar for broj1
0
99
Member Avatar for dhosthee

It sounds as if you are trying to create an email service like GMail or Yahoo Mail as opposed to an email client. If that is the case, I think that you are into something pretty complex if you try to build it yourself. There are many mail server systems …

Member Avatar for chrishea
0
145
Member Avatar for zeeya

You might want to do a search and find some sample systems and see how they were built. This is one that I found: [URL="http://www.phpkode.com/projects/item/justreason-engine/"]http://www.phpkode.com/projects/item/justreason-engine/[/URL]

Member Avatar for Stefano Mtangoo
0
927
Member Avatar for cantalope

You haven't provided too much info on the program or the course so there isn't much context for your question. I would interpret "management of IT" as being the impact on Corporations (and their IT departments) of the future direction of one of these technologies. Your ability to provide a …

Member Avatar for mjdodd
0
215
Member Avatar for bouhbob

I looked at this site and I don't see any working drop-down menus. I'm not prepared to spend the time doing the debugging that you need to do. Maybe someone else is but that may be why you don't have any responses yet. If you at least showed what was …

Member Avatar for diafol
0
174
Member Avatar for prabhjitsw

I'm sure that it is possible but an (easier) alternative (maybe a first step) would be to create a mobile-friendly version of your website that can be accessed using the browser on a smartphone or tablet. This is mainly a matter of displaying the screen so that it works on …

Member Avatar for chrishea
0
257
Member Avatar for omlac

[URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_11"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_11[/URL]

Member Avatar for chrishea
0
80
Member Avatar for amanu092

I suggest that you contact BluePay and see if they have any sample code or know of anyone who has done this. [URL="http://www.bluepay.com/developers/developer-support"]http://www.bluepay.com/developers/developer-support[/URL]

Member Avatar for chrishea
0
199
Member Avatar for garymae14
Member Avatar for phoenix_2000
0
93
Member Avatar for lima01

Do you want to write this as a learning exercise or because you think that you need to? There are open-source schedulers available that can probably do a lot of what you need (and maybe a lot more). One example is [URL="http://mrbs.sourceforge.net/"]here[/URL]. I'm sure that if you do some searching …

Member Avatar for Stefano Mtangoo
0
215
Member Avatar for bangla

Please use code tags when you include code. Don't include your Database id and pw for your own protection. Some web hosts don't allow you to create databases dynamically. You have to use their control panel / PHPMyAdmin. If that isn't a problem, then double-check that your db info is …

Member Avatar for divyakrishnan
0
75
Member Avatar for geneh23

When PHP gives you an error, you need to spend some time desk checking the code to see what you missed. That is a part of programming in PHP as much as writing the code. PHP can't always pin it down to the exact line but it is often the …

Member Avatar for momo219
0
721
Member Avatar for asif49

What is a Proxy Server? [URL="http://en.wikipedia.org/wiki/Proxy_server"]http://en.wikipedia.org/wiki/Proxy_server[/URL] Using a Proxy Server from PHP: [URL="http://forums.digitalpoint.com/showthread.php?t=242255"]http://forums.digitalpoint.com/showthread.php?t=242255[/URL] It's all out there. These are pretty straightforward.

Member Avatar for asif49
0
214
Member Avatar for BenzZz

I think that you are asking us to do part of your project for you. Why don't you do a bit of research first (there is lots of info available if you do some searching) and present the results here and ask for some feedback. That way you are adding …

Member Avatar for BenzZz
0
283
Member Avatar for mayreeh

For the future, please use code tags when you include code. This code is trying to calculate the total value in a column (not a row). If you want to group the results (and provide sub-totals) you will need to use an Order clause in the Select and your While …

Member Avatar for mayreeh
0
169
Member Avatar for ak1200

If what you want to do is to show it formatted (interpreting all of the HTML tags rather than showing them with the text) then you need to display what is in the db as an html page. Simplistically, read what's in the db and echo it to the screen.

Member Avatar for chrishea
-1
176
Member Avatar for Ozwalt

A few observations: [list] [*] There are a lot of capable technical people out there that you would be competing with. Many are in countries like India, Pakistan and the Philippines and willing to work at a much lower hourly rate than we would normally expect in North America. Have …

Member Avatar for Smeagel13
1
390
Member Avatar for tgr0ss83

You don't say what you actually tried or were thinking of trying. If the site had some sort of API then you could use that but there is no indication of that so I assume that this will be a "screen-scraping" exercise. You can read the page periodically and extract …

Member Avatar for chrishea
0
104
Member Avatar for BlueCharge
Member Avatar for BlueCharge
0
104
Member Avatar for morrisproject
Member Avatar for Nick Evan
0
180
Member Avatar for garyrichard

There isn't a standard reporting tool like Crystal Reports (that I am aware of) that you can use from PHP. You will probably have to "roll your own" and that is what Cwarn23 is implying with the references he provided. You can see a discussion on this topic at: [URL="http://stackoverflow.com/questions/747103/something-like-crystal-reports-for-php"]http://stackoverflow.com/questions/747103/something-like-crystal-reports-for-php[/URL] …

Member Avatar for HITMANOF44th
0
311
Member Avatar for asif49

A couple of thoughts: [LIST] [*]Precede every entry with the keyword(s) that they entered, then the 500 char just to emphasize that there is a connection. [*]Scan each entry for the keyword / phrase and then show the result as "...[I]keyword[/I] remaining 4xx characters" Thus the result in these cases …

Member Avatar for asif49
0
95
Member Avatar for ryan92

The first one has little or nothing to do with the last two. Very few programmers will invent anything of consequence and very few will get rich by programming. Thinking that they are connected may be the result of a naive understanding of how some of the successful companies like …

Member Avatar for Smeagel13
0
155
Member Avatar for cwarn23

At one point many years ago, I did it for a paycheck. Since then, I've done because I enjoy creating a program and seeing it work and hopefully do something useful. I still make a few dollars off some of the stuff that I do but a lot of it …

Member Avatar for jackmaverick1
0
124
Member Avatar for adkool

Since I got my new laptop, I've been using Chrome because it is pretty lean and maximizes the usable area (my resolution is 1366 x 768). It's faster than FF and most of the time, I don't need the FF plugins.

Member Avatar for crunchie
2
897
Member Avatar for Farhad.idrees

You should probably start by checking php.ini and ensure that everything is turned on for msssql that needs to be.

Member Avatar for Stefano Mtangoo
0
277
Member Avatar for Ritesh_4

There are other ways to produce a PDF file but I find it simplest to create the output in html first, make sure that it is all displaying correctly and then let [URL="http://html2pdf.fr/en"]HTML2PDF[/URL] convert it. You need to ensure that the HTML is complete (e.g. every opening tag has a …

Member Avatar for Ritesh_4
0
474
Member Avatar for amulet_john

If I remember correctly, the most common way is to link to the appropriate php module with the javascript variable as a parm. This is an example: [CODE] echo "<script language='JavaScript'> var w = screen.width; var h = screen.height; //alert('You are using ' + w + 'x' + h + …

Member Avatar for ajbest
0
4K
Member Avatar for Virangya

As a server-based language, PHP isn't really intended to control local devices. For security reasons, it is generally prevented from accessing anything on the local system except for a few explicit cases like files uploads and downloads. Javascript can be used for some local stuff (and that can be generated …

Member Avatar for chrishea
0
208
Member Avatar for turt2live

There isn't an easy and obvious solution for this. You can generate a PDF with PHP but pulling it apart is a different matter. The easiest solution would be to generate a file at the source that has exactly what you want and then all you have to do is …

Member Avatar for turt2live
0
310
Member Avatar for mrhankey

It may be a cheap trick but probably the simplest way would be to open up the mail system in an iframe. This is really simple and provides the benefit of the features and the interface that is already built into the mail systems. You could build a POP3 or …

Member Avatar for mrhankey
0
77
Member Avatar for mrhankey
Member Avatar for davy_yg

$_REQUEST['id'] probably doesn't exist. You don't have an 'id' parm.

Member Avatar for chrishea
0
52
Member Avatar for paresh72

What is your point in adding to a thread that started in 2004 and hasn't had anything posted since 2009. Your post didn't add anything useful and neither did many of the sporadic posts since 2004.

Member Avatar for SagarSe7en
0
339
Member Avatar for mohan_iyyar

This is called pagination. You can find a lot of previous posts on this site if you do a search. You can find a lot of references on [URL="http://www.google.ca/search?aq=f&gcx=c&sourceid=chrome&ie=UTF-8&q=pagination+php"]Google[/URL] as well.

Member Avatar for mohan_iyyar
0
146
Member Avatar for danchapman91

[URL="http://www.oscommerce.com/"]OSCommerce[/URL] is one of the best open source ecommerce systems. You should investigate it to see if it has any plugins that meet your other requirements.

Member Avatar for chrishea
0
157
Member Avatar for n c vyas

If you mean, can internet access be limited to the server and not be available to the local PCs the answer is probably yes. I'll leave it to others who have more hands-on experience to confirm that and provide any pertinent details. For the second question, I presume that you …

Member Avatar for aneechopper
0
67
Member Avatar for ajbest

It seems that you could store the cart data in a cookie or in the database and just get it where and when you need it.

Member Avatar for ajbest
0
215
Member Avatar for cwarn23

It's all relative. If you happen to live in Angola, living beyond age 48 and making more than $600 / year in income would potentially qualify.

Member Avatar for Netcode
0
158
Member Avatar for GLT

As per the previous suggestion, you could provide a form where the information can be pasted and saved to the DB. This makes some sense if the process is selective and the volume isn't too high. It is also possible to read from a mailbox directly and then save the …

Member Avatar for chrishea
0
189
Member Avatar for Buppy

It's probably simpler to get them from the DB. Otherwise, each time you want to access a value, you need to check if the session variables have been loaded and if not go to the module / function that loads them. There are purists who always look for the most …

Member Avatar for somedude3488
0
133
Member Avatar for SEO Lady
Member Avatar for mayreeh
Member Avatar for mayreeh

The End.