Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
23% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
5
Posts with Downvotes
2
Downvoting Members
5
0 Endorsements
Ranked #2K
~14.1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

23 Posted Topics

Member Avatar for sylvia.roymccormick
Member Avatar for thirsty.soul

Hello Everyone Help needed, Has anyone implemented frequency analysis attack on caesar cipher in PHP and predicting the possible key for it. it should input the cipher text and predict the key using frequency analysis chart.

Member Avatar for cereal
0
1K
Member Avatar for thirsty.soul

Hello DaniWeb, I want to develop PHP application, when there is Entry in specific table of database, it should send that information to subcribers on their emails, i am new to PHP. Suggest me solution to this problem. Thanks:

Member Avatar for Member #120589
0
154
Member Avatar for davy_yg

you are forgettig to resume the current session, you want to destroy. <?php session_start(); //Resumes Session unset($_SESSION['username']); // Unset Session header("location:index.php"); // Redirects ?>

Member Avatar for mattster
0
163
Member Avatar for Stefce

just add below tag in pages where you want to include `menu.html`.. `<?php include('menu.html');?>`

Member Avatar for mattster
0
295
Member Avatar for blueguy777

[Read This](http://www.sitepoint.com/migrate-from-the-mysql-extension-to-pdo/) Article. It will Definitly help you.

Member Avatar for matrixdevuk
0
2K
Member Avatar for thirsty.soul

Hello , I am Ali from Pakistan and new to this forum and addicted to it. People here are so helping. ;)

Member Avatar for mycyberquest
0
97
Member Avatar for rjusman90
Member Avatar for marifard
Member Avatar for Ketul_1
0
160
Member Avatar for davy_yg

`if(!empty($stu_fname )&& ($stu_lname) && ($stu_email) && ($stu_telp && $stu_skype)){` try :) mark question as solved.

Member Avatar for veedeoo
0
2K
Member Avatar for mexabet

What exactly Do you want to say ? can you be more brief ? what is generated in browser when you echo or print. `<a href="modify-user.php?id=<?php echo $row["id"]; ?>">Modify</a>` and what you want?

Member Avatar for mexabet
0
185
Member Avatar for thirsty.soul

move_uploaded_file not working. althought the query works fine. newbie to php & daniweb :) . if($page=="Image") { $uploads_dir = '/gallery'; $tmp_name = $_FILES["t1"]["name"]; $name = $_FILES["t1"]["name"]; move_uploaded_file($tmp_name, "$uploads_dir/$name"); $insert="insert into gallery values('','$tmp_name')"; $query=mysql_query($insert); if($query) { header("Location:gallery.php"); } else { mysql_error(); } }

Member Avatar for thirsty.soul
0
142
Member Avatar for davy_yg

` GRANT select (id,name) ON Users To Dani` where id and name are cols in table Users

Member Avatar for thirsty.soul
0
1K
Member Avatar for userasad
Member Avatar for malatamil

what output do you get ? with this code ?? And also share the generated html..

Member Avatar for thirsty.soul
0
2K
Member Avatar for Paul_26

You are trying to Update Image of student against their ID. pass the value of session variable in querry. like this. $sql = "UPDATE std_login SET imagename = '$pic' WHERE std_id_no ='$std_id';

Member Avatar for thirsty.soul
0
2K
Member Avatar for thirsty.soul

Hello DaniWeb, I am working on project in which admin generates dynamic query by selecting value from the First dropdown(program) then second dropdown (semester). The concept is that For example: if admin select "MSCS" from the first dropdown list and "3" from the second dropdown list. it should populate all …

Member Avatar for thirsty.soul
0
232
Member Avatar for eahdbz12
Member Avatar for thirsty.soul
0
220
Member Avatar for asheesh.mehta.54

May be there is problem with you connection with database. try <?php $mysql_host = 'localhost'; $mysql_user= 'root'; $mysql_pass=''; $mysql_db='secure'; if(@mysql_connect($mysql_host, $mysql_user, $mysql_pass)&& mysql_select_db($mysql_db)) { } else { die (mysql_error()); } ?>

Member Avatar for Member #120589
0
210
Member Avatar for Kalaivani Nair

provide SQL , if possible. the information you provided is not enough to debug your error. Be brief while explaining your problem.

Member Avatar for Kalaivani Nair
0
360
Member Avatar for kingston22

Well personally i would suggest you [Bucky's Room](https://buckysroom.org). The very basics of HTML, CSS, PHP and every thing you need.

Member Avatar for JorgeM
0
302
Member Avatar for thirsty.soul

Hello DaniWeb. I want to generate dynamic table for my cources table. I have tried this code but the header(semester) seems not to be working. <section class="entry-content"> <?php $counter=1; $slect="Select * from mcs"; $qry= mysql_query($slect); while($row=mysql_fetch_row($qry)) { if($counter==$row[1]) { print "<div class='heading vcMsg'> <h3>SEMESTER $row[1] </h3> </div> <div class='column message-column'> …

Member Avatar for thirsty.soul
0
197
Member Avatar for nadiam

The End.