Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #10K
Ranked #3K
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for wewehalim

Hi, i need to make sudoku games in a website, i have database in mysql about the sudoku, each row contain sufficient information about one game. +-----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------+--------------+------+-----+---------+----------------+ | game_no | mediumint(5) | NO | PRI | …

Member Avatar for wewehalim
0
450
Member Avatar for php_learner

Hi, I am trying to send html mail() to a number of people at once but it appears as spam in gmail, does not appear in yahoo and appears as jibberish in outlook. I need help in this area as am new to it and am hoping for some correction …

Member Avatar for rajarajan2017
0
145
Member Avatar for nizbit

My PHP account is hosted by the university. I want to send email to my gmail account and not the account tied to my PHP account. Is this possible?

Member Avatar for digital-ether
0
1K
Member Avatar for bmcconkie

Can someone tell me how to concatonate 2 files together in PHP> The UNIX equivalent is: cat file1.txt >> file2.txt

Member Avatar for digital-ether
0
98
Member Avatar for niths

hi all, i am having a page. so wen i select some file and click submit then a message occurs in the next page that the file uploaded and wen i press the back button then only the page should get refresh.because i am displaying the uploaded files in a …

Member Avatar for allincorporated
0
57
Member Avatar for murid

sorry to tell U that I'm very new to this PHP. i'm usng mySQL database. I want to made input using hiragana/katakana/kanji, and an output is from the database. in database, japanese words are using CHAR with collation= utf8_unicode_ci how do I make it ?? <?php input type="text" name="word"?> but …

Member Avatar for allincorporated
0
46
Member Avatar for skinbug

Hi all, I've hit a brick wall trying to validate some array data. I'll dive right in with the code... [code] <form action="process.php" method="post"> <ul> <li><label>Order: <?php echo $form->error("order"); ?></label><input class="order" type="text" name="task[1][order]" maxlength="3" value="<?php echo $form->value("order"); ?>" /></li> <li><label>Task: <?php echo $form->error("task"); ?></label><input type="text" name="task[1][task]" maxlength="50" value="<?php echo $form->value("task"); …

Member Avatar for allincorporated
0
1K
Member Avatar for sachin.quadros

Hi Friends, Kindly help i am using list menu i.e day month year i can get the data using the echo, and how do i insert the data into MySQL in DAY-MONTH-YEAR for example: i want to insert 10-MAY-2010 Regards Sachin

Member Avatar for sachin.quadros
0
119
Member Avatar for Mujahid158

I'm working on a small social script.. The content will be in Urdu language for which I encoded the files with UTF-8. I'm having problems with the login page. The problem is that I'm unable to execute setcookie() function. I'm getting the following error; Warning: Cannot modify header information - …

Member Avatar for Mujahid158
0
97
Member Avatar for GrahamLawton

Hi there, I've been trying to figure out why my update script wont commit changes to the database. I'm building a simple call tracking web app for our technicians. Currently the view, add, and delete functions of the app work fine. The trouble I'm running into is when I want …

Member Avatar for GrahamLawton
0
277
Member Avatar for haribo83

I have a php page that displays records from a sql database. Each record is in a repeat region and has a submit form nect to it. The problem is if I submit one of the forms below the first in the list, the first form is validated and the …

Member Avatar for diafol
0
79