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.0K People Reached
About Me

I simply love PHP,

Interests
Coding , Coding And Only Coding.

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 diafol
0
150
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
162
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
293
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
182
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
141
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
228
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 diafol
0
206
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
358
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
300
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
194
Member Avatar for nadiam

The End.