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.

~14.4K People Reached

15 Posted Topics

Member Avatar for kevinyu

Hello guys, I need help about this, I have a PHP page, which searches for records, based on their first and last names, if sql finds the data then the second form comes out, which has lots of textboxes, to update the 'searched'information. And when I click the submit button …

Member Avatar for ryantroop
0
239
Member Avatar for kevinyu

Since I am just experimenting on this, (only localhost) I may like to ask for some ideas(since nothing is really coming out of my mind) about letting a user, who is going to, for example, register to a mini-social-networking site, with a corresponding username/password, personal details, etc. I would upload …

Member Avatar for kevinpatel
0
240
Member Avatar for kevinyu

How to implement this kind of Google Map API like on this website http://dentist-map.jp/map as you can see, there is also a search bar then the markers. Since I am new to Google Map API, any outputs/feedbacks would be greatly appreciated. Do you think the locaations are stored in the …

Member Avatar for LastMitch
0
219
Member Avatar for Myronz

How about Yii? Haven't tried it as I am focused on CakePHP but my buddy said that it(Yii) would automatically set-up the CSS which depends on your screen resolution(this has to be confirmed).

Member Avatar for jkon
0
286
Member Avatar for kevinyu

I have posted code for my index() action from TestsController. To tell you what it does is that I login my username and password on that action. Since if you're only going to input the username and password, they are the only data that can go through $this->request->data. Now I …

Member Avatar for kevinyu
0
378
Member Avatar for best4earn

create a column that will define the rights of each person, you may have to inner join tables but i don't know how to do it in PHP. and it's up to you how are you going to enforce limitations. sorry im not that knowledgeable but i hope i have …

Member Avatar for kevinyu
0
331
Member Avatar for kevinyu

This is my code. I don't know exactly why the program doesn't work. If I press the button, it should display the corresponding quote and its author. But nothing is displayed. After experimenting, I found out that the try clause of the exception DIDN'T REALLY work. I need help on …

Member Avatar for kevinyu
0
235
Member Avatar for kevinyu

Take note this was just done for the sake of experimentation to headstart my journey in CodeIgniter. :D Hello Stackoverflow. Why is it that my page only echoes the username of the given inputs? Could you please tell me on what part did I screw up?? <?php $data = array( …

Member Avatar for cereal
0
206
Member Avatar for kevinyu

Hello, I have some problems when getting the diagonal coordinates of the queen. What certain steps or algorithm could you suggest me as I am just manipulating the button list. It would be just fine for me if you suggest reworking the whole program for a better solution. using System; …

Member Avatar for ddanbe
0
129
Member Avatar for kevinyu

How to make an iframe embedded video not skip streaming an audio even if a submit button has been pressed, is it possible to achieve it without using scripts??? Note: I am streaming a YouTube video(hidden)

Member Avatar for gon1387
0
122
Member Avatar for kevinyu

hello everyone, i am having a problem about my php code which tells that it cannot open a stream from function file(), and says 404 not found, true, but i already have filtered it but the error really comes out, but when i enter a valid id number, it produces …

Member Avatar for phorce
0
11K
Member Avatar for kevinyu

I've encountered this error while adding an image to the database. (column's data type is not binary, but image) error message is attached on this post. this is my code for adding images to DB. [code] byte[] ins = GetBinaryFile(txtDIR.Text); int x = 1; string comm = "INSERT INTO pictable …

Member Avatar for Mitja Bonca
0
280
Member Avatar for kevinyu

I'm try to make a program that will ask a user to input a string then the string gets masked (by asterisks) and later, guess every letter (character) of the masked word until the string is fully unmasked (a la Hangman). But my problem is, after the first unmasking, the …

Member Avatar for pseudorandom21
0
204
Member Avatar for kevinyu

Hello people, I need some help regarding the insertion/deletion of data in the middle node. My problem is, if you insert a node on the middle, the existing middle node gets replaced (the nodes between the inserted node in the middle should only move left and right). And when I …

Member Avatar for Fbody
0
150
Member Avatar for kevinyu

hello guys, i need help, on how to output odd and even numbers at the end of the loop... not the way my program does, which prints the number every time i input numbers, and it needs indicated whether it's an odd or an even number. guys give me an …

Member Avatar for kevinyu
0
105

The End.