1,317 Posted Topics

Member Avatar for jingda

I reported the problem with the drop-down menus a while ago and the answer was to clear the cache. I did that and they started to work again but after a while it got back to the same point again. As a result, I no longer use the menus because …

Member Avatar for Netcode
0
196
Member Avatar for masterjiraya

There are free hosting services such as [url]http://www.freehosting.com/[/url] I haven't used them so I don't know if they are any good but if you just want to try your site on a server, they are probably good enough.

Member Avatar for masterjiraya
0
328
Member Avatar for nikita.chandra

Have you installed a LAMP environment for testing (Linux, Apache, MySQL and PHP)? If not see [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_6"]this[/URL]. If you did, was it started?

Member Avatar for diafol
0
238
Member Avatar for jakizak

Sometimes it isn't the code per se. It can be because there are blanks or special characters or capitals in one of the strings . The code is simple in the extreme so it isn't very likely that anything is wrong with the compare itself.

Member Avatar for diafol
0
175
Member Avatar for asif49

It depends on how you have defined margins and that sort of thing. You probably can't get much of an answer unless you post some code / css or provide a link to the page.

Member Avatar for ko ko
0
84
Member Avatar for asif49

I don't know of any one place that has a list of the issues associated with IE and it's differences from all the other browsers. If you follow the link below you will get a bunch of references for different IE problems (and probably some solutions). You can refine the …

Member Avatar for asif49
0
122
Member Avatar for friday1234

You can find stuff on the internet if you do a search on keywords like Software Quality Assurance. The link below is for one that I found with quick search. It may be a good intro for you. [URL="http://www.ece.cmu.edu/~koopman/des_s99/verification/"]http://www.ece.cmu.edu/~koopman/des_s99/verification/[/URL]

Member Avatar for BitBlt
0
150
Member Avatar for dw_user

You might get lucky and find someone here who has used it but chances are that you will get an answer quicker by going through the documentation on the Social Engine website or by contacting their Support people.

Member Avatar for dw_user
0
261
Member Avatar for asif49

000webhost has an FAQ and a Forum where you can look up previous questions and answers or post a new one. That's what you should be using to get an answer to your questions.

Member Avatar for sv3tli0
0
147
Member Avatar for asif49

Browsers don't do everything exactly the same and they aren't all as strict in enforcing the rules. Generally speaking, if you follow the rules and code your html and css properly, then all of the browsers, except for Internet Explorer should display something very similar. Internet Explorer is often the …

Member Avatar for asif49
0
83
Member Avatar for spawn2004

The simplest way is to provide a link or a button with a link to the file. It will open the file in the browser (or download depending on the browser and what they choose to do). You don't want to read the file content and actually display it yourself, …

Member Avatar for spawn2004
0
143
Member Avatar for jamesl22

I have done quite a bit of screen scraping. Some of this has been run on a daily basis to extract data and move it to somewhere else. I decided to capture what I know about this in my help file. You can see it [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_26"]here[/URL].

Member Avatar for diafol
0
145
Member Avatar for ctsmith84

It probably would be easier to find a position in testing / Quality Control. The training that you have had so far could work in your favor but it might not. If you have already had some training / experience in preparing test plans,matrices and cases; and, you can demonstrate …

Member Avatar for ctsmith84
0
257
Member Avatar for khanyisani

You gain skills and knowledge by doing smaller projects first (and by looking at other people's code). This includes coding standards and debugging skills. You will also pick up modules and code snippets (and build your own library) that can be used to address specific needs when you do further …

Member Avatar for chrishea
0
167
Member Avatar for calebcook

Probably the easiest way to convert it. [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_12"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_12[/URL] Mailing with an attachment: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_15"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_15[/URL]

Member Avatar for tiggsy
0
1K
Member Avatar for miles.fuentes

What do you mean by "I can't seem to make it work". What is or isn't happening when you try to run it. Where is the plogin.php module code?

Member Avatar for Timroden
-1
149
Member Avatar for Emma Johns

If you don't have any programming background, then you may want to start with some introductory programming tutorials. Also find what you can on debugging because someone who can write some code but doesn't know what to do when it doesn't work is a lost cause as a programmer. Once …

Member Avatar for diafol
0
118
Member Avatar for jacob21

You can send free sms messages formatted as an email in North America and possibly in other countries as well. In Asia it seems that they aren't free. See [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_13"]this.[/URL]

Member Avatar for george.clrksn
0
183
Member Avatar for dwlamb
Member Avatar for Nahiyan

if you are on a linux system, you can define the permission for the file as 4-0-0 which only lets the system read the file. Some hosts don't allow 4-0-0 so give it the lowest possible permission. If you are under Windows, there must be an equivalent.

Member Avatar for eXpertPHP
0
130
Member Avatar for gilgil2

I think that you are probably solving your problem the wrong way if this is the solution. Maybe you should post your requirement and get some feedback on other possible solutions. Having said that, you can use a variable in the filename for the FOpen statement. It seems like a …

Member Avatar for HITMANOF44th
0
114
Member Avatar for n.e.priya

You can do it manually by using PHPMyAdmin. To read from a spreadsheet in a program, see [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_9"]this[/URL]. To export to xls from a program, have a look at [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_10"]this[/URL].

Member Avatar for 54uydf
0
110
Member Avatar for uselessninja

You need to clarify what you mean. Do you want to display the database value from a past date and time or do you mean that you want to capture the value that is in the database on a specific date and time (i.e. when that date and time occurs)?

Member Avatar for uselessninja
0
98
Member Avatar for Shanti C
Member Avatar for Netcode
0
925
Member Avatar for fantasma

It's possible that the problem is your css for displaying the image. If it's a background image, it will normally repeat unless you specify that it shouldn't. You can specify "no-repeat" so you only get it once.

Member Avatar for fantasma
0
135
Member Avatar for vizz

Add another field to your table where you can mark the message as read. Wherever you read a message in your code, immediately update that record and put the "read" value into the new field in that record. In your Select statement add a "where" clause that will ignore any …

Member Avatar for chrishea
0
145
Member Avatar for Adjoa

Welcome to Daniweb. Someone added code tags for you so your code is (now) more understandable. The problem is that you didn't state your specific problem or provide any supporting info as to what you have already tried and what it is supposed to do. If you want someone to …

Member Avatar for chrishea
0
183
Member Avatar for s0bigg

If your web host supports Cron (most Linux hosts do)) then you need to set up a PHP job to select the records and do the emailing and schedule it using Cron. Your web host should be able to provide you with info on how to set it up but …

Member Avatar for s0bigg
0
106
Member Avatar for Stefan_Lam88

[URL="http://lmgtfy.com/?q=yii+framework+cdb+connection+failed"]http://lmgtfy.com/?q=yii+framework+cdb+connection+failed[/URL]

Member Avatar for chrishea
0
149
Member Avatar for shaiyatoplist

I also tried it and there wasn't an obvious problem (other than the colors!). I chose a few items and then displayed the cart and it showed those correctly.

Member Avatar for Rhamises
0
150
Member Avatar for rakwel10

[URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/desktop-write.php"]http://innovationsdesign.net/wb_2.7/pages/tech-resources/downloads/desktop-write.php[/URL]

Member Avatar for rakwel10
0
299
Member Avatar for tomkrug2

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

Member Avatar for chrishea
0
130
Member Avatar for pinar747

I thought the teachers taught the courses! If you have a program that presents the form and another that processes the form data, then the simplistic approach would be to take a full form of data, process that and then present the full (empty) form so they can add more. …

Member Avatar for ivan3510
0
162
Member Avatar for installer

I started using Chrome initially because its minimalist approach gives me more usable space on my screen (laptop - screen not that big). I also like that it starts and runs pretty quick (on my dual processor!). Found some sites (a few - not that many) that won't work on …

Member Avatar for remixedcat
1
651
Member Avatar for kamotekid08

There are many free PHP - MySQL shopping carts: [url]http://lmgtfy.com/?q=shopping+cart+php+mysql[/url]

Member Avatar for nitinslash
-1
190
Member Avatar for rakwel10

If the mail is sent to GMail, then you can use the PHP IMAP functions to read from GMail. You can find one example [URL="http://davidwalsh.name/gmail-php-imap"]here[/URL].If you do a search, I'm sure that you can find more.

Member Avatar for chrishea
0
122
Member Avatar for jorjah
Re: php

Your statement of the problem / questions is not very clear and you haven't provided much information. [LIST] [*]i just want to if how to put a template in php What does "in php" mean? Are you trying to insert the template into something that already exists in PHP or …

Member Avatar for chrishea
0
111
Member Avatar for php@webfanatics

Since this is your first post, welcome to Daniweb. This sounds like a school assignment. If so, then it is up to you to complete the assignment, otherwise you won't learn much and your grade would be meaningless. If you have a specific problem where you need help, then you …

Member Avatar for programming1000
0
167
Member Avatar for 4789787

How about: [LIST]Proper code tags (code=php)to make it more understandable[/list] [list]A better problem definition. Just saying that it doesn't work isn't much to go on[/list] [list]Some effort on your part to identify what is different on the two servers rather than just dumping a bunch of stuff and expecting someone …

Member Avatar for chrishea
0
4K
Member Avatar for bangla

Do you have a local server installed on your machine? PHP won't run without it. If you don't know what that is click [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_6"]here[/URL].

Member Avatar for ddymacek
0
165
Member Avatar for praset

I doubt that anyone can help you without some more detail. I have used the PHP-Excel-Reader successfully with a pretty large Excel file (but it may take a while. See [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php#question_9"]here[/URL] for more info.

Member Avatar for madCoder
0
109
Member Avatar for smrict

This is a very common question that has been asked a million time before. A search of Daniweb will show you many previous posts on the same topic. See this [URL="http://www.daniweb.com/forums/search.php?searchid=18457000"]link[/URL].

Member Avatar for chrishea
0
275
Member Avatar for .kaine

It helps if you decide what your priority is. There are many web hosts that do a good job but they aren't all exactly the same. I've been using ICDSoft for many years and I'm very happy with them. If you were to compare them with some of the other …

Member Avatar for chrishea
0
170
Member Avatar for tsp003

The simplest way would be to change your SQL Select statement's Where clause to exclude any records that are marked as expired. If you still want to see those records for another reason then you can do it in the code: [code=php] if($row->expire_date != ... ) { echo "<a href=... …

Member Avatar for tsp003
0
211
Member Avatar for TheNNS

Maybe the fact that there is no semi-colon ending line 175 might have something to do with it!?

Member Avatar for TheNNS
0
224
Member Avatar for Bazzaah

There are two main ways that you can pass variables from one module to another. Using a form will pass the variables entered by the user to the module that is identified as the 'action' for the form (as Get or Post variables). The more general purpose way is to …

Member Avatar for Bazzaah
0
106
Member Avatar for ibrahimbit17

This is a pretty specialized topic. You have to consider what your product will be worth and how good you want the protection to be. If you are selling it for $10 a copy maybe the protection doesn't have to be all that great. If this is a product that …

Member Avatar for ibrahimbit17
0
412
Member Avatar for Sanket_s

If COMPANY LOCATION and PHONE are all mandatory fields that will always appear in this order, then I would search the string for those literals and get the position of each. You can then determine the position and length of the company name and the location. For the phone number …

Member Avatar for chrishea
0
83
Member Avatar for manzoor.ilahi77

Saving to a PDF and saving to the database are two totally separate actions even though they can be in the same program. Your ClassII program will receive the output of this form and it can potentially take both actions. You could save a blank version of the form to …

Member Avatar for cereal
0
162
Member Avatar for vboopathicse

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

Member Avatar for vboopathicse
0
175

The End.