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
~8K People Reached
Favorite Forums
Favorite Tags

13 Posted Topics

Member Avatar for yy886

Hello, I have write a simple search page for my sit(testing!) Now I am trying to highlight my search keyword from the search result. Not going to use java so I am thinking to use something like preg_replace But the problem is I dont where should I start with. As …

Member Avatar for MikeJones_1
0
2K
Member Avatar for yy886

Hello all, I am new to WSDL, I have access to 2 pages of WSDL code and trying to figure out how to get them to output on the webpage... Can someone show me an example or point me a direction to look to? As for now theres tons of …

Member Avatar for yy886
0
205
Member Avatar for noahwilson

Just a quick question related to OP. using sha512 + salt to encrypted the password and the salt should be stored on the other table... is this a good way to stored password for login?

Member Avatar for diafol
0
310
Member Avatar for yy886

It seem to be I have a problem on that code as this only go though the first one and then stopped...so other file extension is not allow... //Check the file extension if (($_FILES["file"]["type"] == "application/pdf") || ($_FILES["file"]["type"] == "application/doc") || ($_FILES["file"]["type"] == "application/docx") || ($_FILES["file"]["type"] == "application/ppt") || ($_FILES["file"]["type"] …

Member Avatar for yy886
0
292
Member Avatar for yy886

The connection and setting are fine as I can insert things into the same db with different tables. Long story short below is the value that I want to insert into the db but it give me no error and nothing insert. I have use the echo and checked every …

Member Avatar for pritaeas
0
286
Member Avatar for yy886

mysql query problem Sample data of my mysql. id | id2 | sender | recipient | senderread | recipientread | Title 31 | 31 | A177 | B213, A256| yes | yes | Question123 32 | 31 | A256 | A177 | yes | no | Answer456 33 | 33 …

Member Avatar for diafol
0
355
Member Avatar for shakayu

If you are looking for printing some stuff out than you can have look of this page. (php net manual) http://php.net/manual/en/function.printer-open.php

Member Avatar for broj1
0
183
Member Avatar for yy886

This is kinda relate to my other question...but anyway long story short. I am looking into a way that I can insert a well structured paragraph into the mysql and then display it on the web later on. I have the textarea and the text can insert into the mysql …

Member Avatar for broj1
0
2K
Member Avatar for yy886

Hello I have found a good template about PM system. http://www.webestools.com/scripts_tutorials-code-source-15-personal-message-system-in-php-mysql-pm-system-private-message-discussion.html But here is the question, is there any way to modify it to be able to send to multiple people? Like Message 1 is subject to send to a group of people. Message 2 is send to an individual …

Member Avatar for yy886
0
809
Member Avatar for davy_yg

by the way he said, I think he is trying to test the code and it was working on the Internet host but not under something like xampp which is using the localhost. if not then, the offline is really mean that he shut down the apache... one thing I …

Member Avatar for TonyG_cyprus
0
243
Member Avatar for yy886

I am thinking to implement a forum like Private Message into my website for those who are a registered member. (<100 Member anyway) So Member A can send a message to Member B. Member B will have a notification popup within some seconds saying that he received a new message …

Member Avatar for masterjiraya
0
230
Member Avatar for shakayu

This is what I used to passing session to any other page. You can have some idea of it. For this example, this will only passing one session to the other page. *Note that it should be working but I didnt test it yet as this is just a quick …

Member Avatar for shakayu
0
168
Member Avatar for yy886

This is a small php which will read the youtube RSS feed. What I want to do is convert it into object oriented. Using class and function. I am new to object oriented, can some body show me a way how and where to start with? I have read the …

Member Avatar for veedeoo
0
1K

The End.