No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
22 Posted Topics
Re: Just add the php to the start line. See below [CODE=php] <?php print(Date("l F d, Y")); ?> [/CODE] I tested the code and got the following result: Hope this helps Max Monday October 04, 2010 | |
Re: You can try something like the following where $num is the check that you do to check the phone number: [CODE]if (!$num){ echo "This is not a valid phone number"; }[/CODE] Please post the code that you are using for a more detailed explanation. | |
Hi All, I have a problem on one of my site where I have Quintum VOIP gateways in 2 separate buildings that are connected with a Fiber link. When running the ping command I loose packets to the Quintums but not to PC's. Today their Exchange server went down and … | |
Hi all, I need some help please. Is there any way to request a read receipt or delivery report on the mail funcion in php mail merge. Thank you, Max | |
Re: Hi mohansinhf, If I understand correctly, you are trying to return all records that are equal to 1. Try the following: [CODE]SELECT * FROM $table_name where field_id = '1'[/CODE] Regards | |
Hi All, I urgently need help with a way to view AutoCad (DWG) files online that are uploaded to a webpage. (Similar to the way that [url]http://freewheel.autodesk.com/[/url] works) Thank you Max | |
Hi All, I urgently need help with a way to view AutoCad (DWG) files online that are uploaded to a webpage. (Similar to the way that [url]http://freewheel.autodesk.com/[/url] works) Thank you Max | |
Hi All, I need to use the results of this query as an array to exclude files from a tree. The file and folder names that I enter into $exclude work fine but I can not seem to add the results from the query to the array. Below is the … | |
Hi All, Is there a way to have a login system that needs a file that is stored on the users computer present, similar to online banking sites that use a locally stored certificate (file) for verification or redirect to another page? Thank you, Max | |
Hi All, I need to create a dropdown box for a user to select a row from a table and populate the fields in a form for the user to update that row. What will be the best way to do this? Thank you in advance Max | |
Hi All, Can anyone tell how the import and export to and from Auto desk Revit works and where I can find out more about the procedure of Linking the drawings to a SQL database that when you edit the drawing it updates the tables and when editing the tables … | |
Re: Hi there, Change your php start tags from <? to <?php as code below. That should solve the problem. Please remember to mark the thread as solved if it worked. Regards, Max [CODE] <td>Education</td><td> <select name="education"> <option value="<?php echo $education;?>"><?php echo $edu_desc;?></option> <?php echo "here"; $edusql = ("SELECT unique_id, desc … | |
![]() | Re: Hi there, On [url]http://pastebin.no/324c[/url] there was a } closing bracket missing at the end of the script, see code below. Please remember to mark thread as solved if it works. Regards, Max [CODE] <?php class physic_gaming_profile { var $host; var $username; var $password; var $db; function add_content($p) { $title = … ![]() |
Re: Hi there, Go to "Extensions" -> "Module Manager" and then select the module that u are using for that menu and open it. In there you will see a section at the lefthand bottem side that says "Menu Assignment". Select the Radio button that says "Select Menu Item(s) from the … | |
Hi All, I need to change the default values of checkboxes to 1 for checked and 0 for unchecked instead of 0 for checked and NULL for unchecked. If this is possible and how is it done. Here is the script that I am using: THE UPDATE FORM [CODE=php] <?php … | |
Hi All, I have a problem in getting this update form to work. The query to call the record works fine and when clicking submit it redirects correctly and echo's (record updated) but the database is not updated. When i change the value variables in the update script it correctlu … | |
Hi All, I am having trouble in updating a table. The form consists of check boxes that are populated from the first query. I need the form to submit in itself and set the checked fields to 1 and the unchecked to 0. Any and all help will be appreciated. … | |
Hi everyone, I have a problem getting this code to work properly. What I need is to create a update form where the Admin user manages what menu items the different user levels will have access to by ticking or untickking the check boxes. I need the check boxes to … | |
I need to query data from a table accourding to user level to genarate a menu list for different user levels, the code worked well with (session->username) but when I changed to (session->user_level) it does not want to work. Any help will be appreciated. Here is my code: [CODE=php] <?php … | |
Please help? I am getting the following error when executing a mass mailing script that contains HTML as the mail content: [B]Parse error: syntax error, unexpected '>' in ... on line 14[/B] If I remove lines 14 to 27 (from <style> to </style>) I get the following error: [B]Parse error: … | |
Re: The name of Desription column causes the problem chached the name now it works. productinput.php [CODE]<html> <head> <title>Product Input</title> </head> <body> <form action="submit.php" method="post" enctype="multipart/form-data" name="form1"> <table width="500" border="0" align="center"> <tr> <td colspan="2">Input Your Product Details Here-</td> </tr> <tr> <td width="245">Brand</td> <td width="245"><label> <input type="text" name="brand" id="brand"> </label></td> </tr> <tr> … | |
Can anybody help me with setting up a cron job to run a PHP file. Here is the code that I inserted in the PHP file: [CODE]#!/usr/local/bin/php <?php include_once "connect_to_mysql.php";[/CODE] Here is the code that I used in the command line in the control panel: [CODE]*/5 * * * * … |
The End.