1,317 Posted Topics
Re: 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 … | |
Re: 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. | |
Re: 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? ![]() | |
Re: 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. ![]() | |
Re: 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. | |
Re: 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 … | |
Re: 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] | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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, … | |
Re: 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]. ![]() | |
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
Re: 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? | |
Re: 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 … ![]() | |
Re: 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] | |
Re: How about [code=php] if (isset($row[$z][1])) { ... [/code] | |
Re: 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. | |
Re: 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 … | |
Re: 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]. | |
Re: 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)? | |
Re: That there is a thread called "What New Thing Did You Learn Today??" | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: [URL="http://lmgtfy.com/?q=yii+framework+cdb+connection+failed"]http://lmgtfy.com/?q=yii+framework+cdb+connection+failed[/URL] | |
Re: 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. | |
Re: [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] | |
Re: Have a look at this: [URL="http://html2pdf.fr/en/default"]http://html2pdf.fr/en/default[/URL] | |
Re: 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. … | |
Re: 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 … | |
Re: There are many free PHP - MySQL shopping carts: [url]http://lmgtfy.com/?q=shopping+cart+php+mysql[/url] | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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]. | |
Re: 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. | |
Re: 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]. | |
Re: 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 … | |
Re: 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=... … | |
Re: Maybe the fact that there is no semi-colon ending line 175 might have something to do with it!? | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: [URL="http://innovationsdesign.net/wb_2.7/pages/tech-resources/php-help.php"]This[/URL] may help. |
The End.