Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
74% Quality Score
Upvotes Received
21
Posts with Upvotes
20
Upvoting Members
15
Downvotes Received
8
Posts with Downvotes
7
Downvoting Members
5
3 Commented Posts
0 Endorsements
Ranked #411
~174.97K People Reached
About Me

I am just "ME"

Favorite Tags
php x 325
mysql x 65
sql x 38
email x 14
seo x 12

202 Posted Topics

Member Avatar for mehrantahir
Member Avatar for Sovenga
0
15K
Member Avatar for Webville312

Hi, I need to have passwords encrypted whenever a user signs up. How can I attain that? Any ideas? Thanx in advance.

Member Avatar for Dini_1
0
17K
Member Avatar for shakayu

You can do it by creating a status column in your database; such that when an appointment is made, for instance; you can set the status to 1 for pending or 2 for completed or 3 for cancelled. That should do the trick.

Member Avatar for diafol
0
1K
Member Avatar for Webville312

Dear all, So I am trying to run a watir test application. Everything seems to be going well except I need to log each step that happens. I am able to log using the php script, but have not yet figured out how to write to a log file using …

0
330
Member Avatar for sandeep.tete
Member Avatar for JorgeM
0
6K
Member Avatar for luma64

Perhaps, you should consider specifying the format of the date when you need to display it ..

Member Avatar for diafol
0
215
Member Avatar for Webville312

Dear all, I have been working on this code and I included dynamically created rows. The rows are being created very well. However, when it gets to the submission part, the code is only suubmitting the first row ONLY. Can someone point me in the right direction please. Below is …

Member Avatar for diafol
0
252
Member Avatar for rjusman90

You can use the code below. Replace the respective values with the ones that apply to your code. <select name="pageId"> <?php // I used the $_GET method. You could be using $_POST $subject_id = $_GET['subject_id']; // display a drop down of all categories with the chosen category preselected $query = …

Member Avatar for Webville312
0
229
Member Avatar for jaspertan
Member Avatar for malatamil
Member Avatar for RonKevinT.Manuela

First try Disabling the error reporting first, by adding; error_reporting(0); at the top of your page. Let us know whether it works or not.

Member Avatar for RonKevinT.Manuela
0
812
Member Avatar for sanjay@srvmedia
Member Avatar for NoUserNameHere
0
118
Member Avatar for davy_yg

Just as Cereal has pointed out, you have two <form> tags open. You could remove one of them, and try again.

Member Avatar for Webville312
0
147
Member Avatar for Webville312

Dear all, I have this project that I was working on, and I put it on hold. Now I have revived it (Anyway that is not the issue). The issue is that I record students' information and record their entry class; However, as time goes on, the students either gets …

Member Avatar for Webville312
0
1K
Member Avatar for Webville312

Dear all, I have done a website that I need to integrate emailing functionality. I have done this before, and it worked perfectly, and still does. However, when I attempted to use the same code to test the emailing functionality for the new site, I get an error message as …

Member Avatar for Webville312
0
191
Member Avatar for Sharmilamega

1. Because, you cannot increment a character. 2. There can only be one auto increment column.

Member Avatar for diafol
0
162
Member Avatar for davy_yg

Check [this](http://gonzalo123.com/2010/09/20/live-video-streaming-with-php/) out. It may help you out.

Member Avatar for davy_yg
0
440
Member Avatar for MasterHacker110

Sorry dude, but apple products are only compatible with apps built for apple. So; you will have to develop in mac.

Member Avatar for SalmiSoft
0
329
Member Avatar for diafol

I admire the way you did the whole rwspan thingi [Much respect], and I had to come up with the old one, coz the deadline had already elapsed. However, I really want to understand the whole concept of how I should go about editing the code to make sure that …

Member Avatar for Webville312
0
9K
Member Avatar for Webville312

Dear all, I have been thinking of this task, but I have no idea where to start from. I am retrieving login logs from the database, which is cool. Now, the challenge is that in case a user has logged in more than once in the same day, I want …

Member Avatar for Webville312
0
5K
Member Avatar for asma.fayaz.77

Some versions of PHP demand that you first initialize each variable before using it. Therefore, if you are sure that there are no errors, then add this at the beginning of your php script; error_reporting(0); That should do

Member Avatar for titos97
0
859
Member Avatar for spluskhan

Try doing it this way; $sql = mysql_query("SELECT * FROM company WHERE Type LIKE '%".$query."%'") or die(mysql_error()); ?>

Member Avatar for spluskhan
0
389
Member Avatar for kwamephp

For windows, I'd recomend that you use OzekiSMS gateway. Follow this [link](http://www.ozekisms.com/c-sharp-sms-api/index.php?owpn=327) to learn more. For linux, you can use Kannel. Find the link [here](http://mahtabrasheed.wordpress.com/2013/01/10/how-to-installconfigure-kannelsms-gateway-for-sending-sms-from-your-computer/). Regards.

Member Avatar for Webville312
0
4K
Member Avatar for Webville312

Dear all, I have a challenge here of understanding the page masks as used in this code; <? $access_level_map['loader'] = 1; $access_level_map['support'] = 3; $access_level_map['admin'] = 7; $access_level_map['superadmin'] = 15; define("LOAD_PAGE_MASK",1); define("SUPPORT_PAGE_MASK",2); define("ADMIN_PAGE_MASK",4); define("SUPER_ADMIN_PAGE_MASK",8); $pageMaskMap['add_employee.php'] = SUPPORT_PAGE_MASK; $pageMaskMap['awpdc.php'] = SUPPORT_PAGE_MASK; $pageMaskMap['awpdc_blocked.php'] = SUPPORT_PAGE_MASK; $pageMaskMap['awpdc_unblocked.php'] = SUPPORT_PAGE_MASK; ?> What I know …

Member Avatar for Webville312
0
172
Member Avatar for stokie-rich

You can simply do this as well CREATE TABLE `registration`.`registration` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `firstname` VARCHAR( 25 ) NOT NULL , `lastname` VARCHAR( 25 ) NOT NULL , `username` VARCHAR( 25 ) NOT NULL , `confirmusername` VARCHAR( 25 ) NOT NULL , `password` VARCHAR( 25 …

Member Avatar for stokie-rich
0
196
Member Avatar for oriola-1

Try this one right [here](http://www.sanwebe.com/2013/06/creating-simple-shopping-cart-with-php/comment-page-1)

Member Avatar for oriola-1
0
334
Member Avatar for Webville312

Hi Guyz, I have hit a snag with the code I have been working on. I am required to fetch database records from 3 tables and display them in both rows and columns. For example, the output of the records on the web page is required to be as follows; …

Member Avatar for diafol
0
320
Member Avatar for nadiam
Member Avatar for nadiam
0
230
Member Avatar for alyssa.wilkins.77

then add the <img .. > tag in your page, like so; <a href="/"><img src="mylogo.jpg"></a> That should work. However, I'd prefer if you created a php file [e.g logo.php] that contains the image; and instead of adding it to each page, you simply include it. The advantage about this is …

Member Avatar for jayshri.shah.10_1
0
460
Member Avatar for msmnikolakrga

You could also consider using a datepicker [That is if you want to select a date of course].

Member Avatar for Webville312
0
156
Member Avatar for milazar.mariejeanne
Member Avatar for DownSpyro
0
388
Member Avatar for aMOEBa

Removing the headers and footers can be changed by the user's printer settings. So; I dunno of a code that removes the headers or footers. But as far as printing is concerned, you should use vibhaj's suggestion.

Member Avatar for geoamins2
0
223
Member Avatar for svmkotla
Member Avatar for anandatheerthan
0
230
Member Avatar for davy_yg

However, you can do this; <a class="topLink" href="input_image.php"> <input type="button" name="productbaru" value="Product Baru"/> </a>

Member Avatar for crescendo
0
106
Member Avatar for Webville312

Hullo, I have hit a snag when I got to the point where I draw a bar graph. I want to have a bar graph based on the database records, but I have no idea on how to do it. I tried searching online, but to no avail. I only …

Member Avatar for broj1
0
552
Member Avatar for jLamp
Member Avatar for crescendo
0
212
Member Avatar for joseph.lyons.754

Am assuming that your line 21 is the select statement, ryt?? If so, then your query should be; $rs=mysql_query("select CommercialEnterprise_Email from commercialenterprise WHERE town = 'Killkee'");

Member Avatar for Webville312
0
208
Member Avatar for asifnaveed44
Member Avatar for Ericson27

This [link](http://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/) may help you out as well.

Member Avatar for Webville312
0
300
Member Avatar for nishantharp
Member Avatar for Webville312
0
76
Member Avatar for davy_yg

You can also check out this [link](http://bugs.mysql.com/bug.php?id=62443).

Member Avatar for itpixie
0
233
Member Avatar for jacksonbird03
Member Avatar for garyson02
0
167
Member Avatar for tiankong

It could be a problem with the motherboard. I had a similar problem, and when I contacted the technician, he replaced the motherboard, and now it runs fine ...

Member Avatar for Webville312
0
264
Member Avatar for Webville312

Hullo, I am working with a datepicker that allows users to enter a date schedule for given tasks. However, I want the dates that have passed to be disabled from the datepicker, so that the user only selects a future date. Here is what I am using currently; <script type="text/javascript"> …

Member Avatar for Webville312
0
6K
Member Avatar for davidjennings

First confirm whether the sql query is really being executed, coz it seems to me that the sql query may not be executing.

Member Avatar for davidjennings
0
381
Member Avatar for Webville312

Hullo, I am working on a php application that is meant to respond to user requests to create accounts. For instance; whoever wants to create an account has to send a text with "Login" as the message content. Only problem is that the mysql queries are not being executed. Can …

Member Avatar for Webville312
0
174
Member Avatar for irfath

When you say that; > I Tried Many Ways but Still couldnt.. What exactly did you try?? Can you share with us?

Member Avatar for irfath
0
209
Member Avatar for dourvas

I noticed that you have initialised password as an md5 encryption, and yet in the select query, you use just the password text ... Unless your passwords in the database are not encrypted ....

Member Avatar for Tpojka
0
174
Member Avatar for ditty
Member Avatar for chrisoyom

[This](http://whatismyipaddress.com/change-ip) too may help.

Member Avatar for Octet
1
180

The End.